Last active
July 25, 2022 07:54
-
-
Save adilsonfsantos/23b5b823727ab4dae14aea4ebdb5d7f9 to your computer and use it in GitHub Desktop.
Revisions
-
adilsonfsantos revised this gist
Jul 25, 2022 . 1 changed file with 38 additions 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 @@ -0,0 +1,38 @@ foreground #ffffff background #1b222d selection_foreground #ffffff selection_background #98a8c5 cursor #ffd484 cursor_text_color #282A36 # black color0 #1b222d color8 #39465e # red color1 #e78482 color9 #e78482 # green color2 #8fc8BB color10 #8fc8BB # yellow color3 #ffb374 color11 #ffd484 # blue color4 #6db3cE color12 #6db3cE # magenta color5 #ad82cB color13 #ad82cB # cyan color6 #7eddde color14 #7eddde # white color7 #98a8c5 color15 #ffffff -
adilsonfsantos created this gist
Jul 25, 2022 .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,14 @@ $main: #1b222d; $mainAlt: #98a8c5; $minor: #39465e; $red: #e78482; $green: #8fc8BB; $yellow: #ffd484; $orange: #ffb374; $blue: #6db3cE; $magenta: #ad82cB; $cyan: #7eddde; $black: #1b222d; $white: #fff; $foreground: #fff;