Skip to content

Instantly share code, notes, and snippets.

@adilsonfsantos
Last active July 25, 2022 07:54
Show Gist options
  • Select an option

  • Save adilsonfsantos/23b5b823727ab4dae14aea4ebdb5d7f9 to your computer and use it in GitHub Desktop.

Select an option

Save adilsonfsantos/23b5b823727ab4dae14aea4ebdb5d7f9 to your computer and use it in GitHub Desktop.

Revisions

  1. adilsonfsantos revised this gist Jul 25, 2022. 1 changed file with 38 additions and 0 deletions.
    38 changes: 38 additions & 0 deletions colors.ini
    Original 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
  2. adilsonfsantos created this gist Jul 25, 2022.
    14 changes: 14 additions & 0 deletions colors.scss
    Original 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;