Skip to content

Instantly share code, notes, and snippets.

@lynsei
Forked from LeanSeverino1022/.leptonrc
Created December 24, 2021 04:13
Show Gist options
  • Select an option

  • Save lynsei/e9d73ed7f2f084458f0edb555268b1d0 to your computer and use it in GitHub Desktop.

Select an option

Save lynsei/e9d73ed7f2f084458f0edb555268b1d0 to your computer and use it in GitHub Desktop.

Revisions

  1. @LeanSeverino1022 LeanSeverino1022 revised this gist Sep 28, 2019. No changes.
  2. @LeanSeverino1022 LeanSeverino1022 revised this gist Aug 28, 2019. 1 changed file with 6 additions and 2 deletions.
    8 changes: 6 additions & 2 deletions notes.md
    Original file line number Diff line number Diff line change
    @@ -9,9 +9,13 @@ If just you want to change to dark theme, just save a copy of the .leptonrc file
    Home Directory on Windows
    - The home directory varies on different Windows distributions, but most of the time you can begin with the following path.

    ```C:\Users\<CurrentUserName>\.leptonrc```
    ```
    C:\Users\<CurrentUserName>\.leptonrc
    ```

    for me it's

    ```C:\Users\yih\.leptonrc```
    ```
    C:\Users\yih\.leptonrc
    ```

  3. @LeanSeverino1022 LeanSeverino1022 revised this gist Aug 28, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion notes.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ More about Lepton customization: [link](https://github.com/hackjutsu/Lepton#cust

    from there you can see the configuration options. For me, I just wanted to change the light to dark theme.

    ##I just want a Dark Theme
    ## I just want a Dark Theme
    If just you want to change to dark theme, just save a copy of the .leptonrc file into your home directory.

    Home Directory on Windows
  4. @LeanSeverino1022 LeanSeverino1022 revised this gist Aug 28, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions notes.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    ## Resources
    More about Lepton customization: [link](https://github.com/hackjutsu/Lepton#customization)

    from there you can see the configuration options. For me, I just wanted to change the light to dark theme.

    ##I just want a Dark Theme
  5. @LeanSeverino1022 LeanSeverino1022 revised this gist Aug 28, 2019. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions notes.md
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,9 @@
    ## Resources
    Lepton customization: https://github.com/hackjutsu/Lepton#customization

    More about Lepton customization: [link](https://github.com/hackjutsu/Lepton#customization)
    from there you can see the configuration options. For me, I just wanted to change the light to dark theme.

    ## Set to Dark Theme
    If you want to change to dark theme, just save a copy of the .leptonrc file into your home directory.
    ##I just want a Dark Theme
    If just you want to change to dark theme, just save a copy of the .leptonrc file into your home directory.

    Home Directory on Windows
    - The home directory varies on different Windows distributions, but most of the time you can begin with the following path.
  6. @LeanSeverino1022 LeanSeverino1022 revised this gist Aug 28, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions notes.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    ##Resources
    ## Resources
    Lepton customization: https://github.com/hackjutsu/Lepton#customization

    from there you can see the configuration options. For me, I just wanted to change the light to dark theme.

    ##Set to Dark Theme
    ## Set to Dark Theme
    If you want to change to dark theme, just save a copy of the .leptonrc file into your home directory.

    Home Directory on Windows
  7. @LeanSeverino1022 LeanSeverino1022 created this gist Aug 28, 2019.
    28 changes: 28 additions & 0 deletions .leptonrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    {
    "theme": "dark",
    "snippet": {
    "expanded": true,
    "newSnippetPrivate": false,
    "sorting": "updated_at",
    "sortingReverse": true
    },
    "editor" : {
    "tabSize": 4
    },
    "userPanel": {
    "hideProfilePhoto": false
    },
    "logger": {
    "level": "debug"
    },
    "proxy": {
    "enable": false,
    "address": "socks://localhost:1080"
    },
    "enterprise": {
    "enable": false,
    "host": "github_enterprise_host",
    "token": "token_with_gist_enabled",
    "avatarUrl": "optional_avatar_url"
    }
    }
    17 changes: 17 additions & 0 deletions notes.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    ##Resources
    Lepton customization: https://github.com/hackjutsu/Lepton#customization

    from there you can see the configuration options. For me, I just wanted to change the light to dark theme.

    ##Set to Dark Theme
    If you want to change to dark theme, just save a copy of the .leptonrc file into your home directory.

    Home Directory on Windows
    - The home directory varies on different Windows distributions, but most of the time you can begin with the following path.

    ```C:\Users\<CurrentUserName>\.leptonrc```

    for me it's

    ```C:\Users\yih\.leptonrc```