Browse Source

hand-made color scheme

Jordan Dashel 3 years ago
parent
commit
1e0bb4028c
1 changed files with 11 additions and 0 deletions
  1. 11 0
      colors

+ 11 - 0
colors

@@ -0,0 +1,11 @@
+[0] = "#1b1918", /* black */
+[1] = "#f22c40", /* red */
+[2] = "#5ab738", /* green */
+[3] = "#d5911a", /* yellow */
+[4] = "#407ee7", /* blue */
+[5] = "#6666ea", /* magenta */
+[6] = "#00ad9c", /* cyan */
+[7] = "#a8a19f", /* white */
+
+[256] = "#f1efee", /* background */
+[257] = "#68615e", /* foreground */