-
-
Save lynsei/e9d73ed7f2f084458f0edb555268b1d0 to your computer and use it in GitHub Desktop.
Revisions
-
LeanSeverino1022 revised this gist
Sep 28, 2019 . No changes.There are no files selected for viewing
-
LeanSeverino1022 revised this gist
Aug 28, 2019 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ``` for me it's ``` C:\Users\yih\.leptonrc ``` -
LeanSeverino1022 revised this gist
Aug 28, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 -
LeanSeverino1022 revised this gist
Aug 28, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
LeanSeverino1022 revised this gist
Aug 28, 2019 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,9 @@ ## 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 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. -
LeanSeverino1022 revised this gist
Aug 28, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ ## 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 -
LeanSeverino1022 created this gist
Aug 28, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" } } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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```