Skip to content

Instantly share code, notes, and snippets.

@xen0l
Created October 9, 2016 02:03
Show Gist options
  • Save xen0l/30fd81a3d16cdc01554f1a0120ad4f79 to your computer and use it in GitHub Desktop.
Save xen0l/30fd81a3d16cdc01554f1a0120ad4f79 to your computer and use it in GitHub Desktop.

Revisions

  1. xen0l created this gist Oct 9, 2016.
    44 changes: 44 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,44 @@
    # dark colors
    $colors[0][0] = "5299AD"; # blue1
    $colors[0][1] = "5D549A"; # violet
    $colors[0][2] = "87B457"; # green
    $colors[0][3] = "CF545E"; # red
    $colors[0][4] = "CDDA13"; # lemon
    $colors[0][5] = "5DAE99"; # turquise
    $colors[0][6] = "DD844C"; # orange
    $colors[0][7] = "AE5C8A"; # mauve
    $colors[0][8] = "BD9F83"; # ltbrown
    $colors[0][9] = "6B9BD4"; # blue2
    $colors[0][10] = "B75F73"; #red-brown
    $colors[0][11] = "646560"; # kaky
    $colors[0][12] = "335098"; # deepblue
    $colors[0][13] = "5FBFDB"; # bleu
    $colors[0][14] = "D1CE85"; # yellow
    $colors[0][15] = "909090"; # grey
    $colors[0][16] = "A16254"; # brown
    $colors[0][17] = "E8678D"; # pink
    $colors[0][18] = "62B55A"; # deepgreen
    $colors[0][19] = "A599AD"; # greypurple
    $colors[0][20] = "6A5DD9"; # violet2
    # light colors
    $colors[1][0] = "98D6E7"; # blue1
    $colors[1][1] = "9E7EDF"; # violet
    $colors[1][2] = "BDDA83"; # green
    $colors[1][3] = "EF747E"; # red
    $colors[1][4] = "EDFA33"; # lemon
    $colors[1][5] = "7EC392"; # tuquise
    $colors[1][6] = "EDA46C"; # orange
    $colors[1][7] = "DF93D7"; # mauve
    $colors[1][8] = "E2BB91"; # ltbrown
    $colors[1][9] = "A0CBEA"; # blue2
    $colors[1][10] = "CB868B"; # red-brown
    $colors[1][11] = "77897D"; # kaky
    $colors[1][12] = "5370B8"; #deepblue
    $colors[1][13] = "76DAF7"; # bleu
    $colors[1][14] = "EAD770"; # yellow
    $colors[1][15] = "AEAEAE"; # grey
    $colors[1][16] = "B97A6F"; # brown
    $colors[1][17] = "E8849D"; # pink
    $colors[1][18] = "95D36E"; # deepgreen
    $colors[1][19] = "B7AACF"; # greypurple
    $colors[1][20] = "8A7DF9"; # violet2