diff options
Diffstat (limited to '.colors/contrast_need')
-rw-r--r-- | .colors/contrast_need | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.colors/contrast_need b/.colors/contrast_need new file mode 100644 index 0000000..ae7dd6a --- /dev/null +++ b/.colors/contrast_need @@ -0,0 +1,37 @@ + +! special +*.foreground: #FFFFFF +*.background: #1e1e1e +*.cursorColor: #a7a7a7 + +! black +*.color0: #050505 +*.color8: #1c1b19 + +! red +*.color1: #B81109 +*.color9: #E8160C + +! green +*.color2: #1CB228 +*.color10: #24E534 + +! yellow +*.color3: #BAA407 +*.color11: #FCDF09 + +! blue +*.color4: #2C5FAD +*.color12: #408AFC + +! magenta +*.color5: #e35682 +*.color13: #e02c6d + +! cyan +*.color6: #16a085 +*.color14: #1abc9c + +! white +*.color7: #FFFFFF +*.color15: #EBE3E3 |