about summary refs log tree commit diff
path: root/modules/workstation/windowing/alacritty/config.yml
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-02-23 13:15:08 +0000
committerAlyssa Ross <hi@alyssa.is>2019-02-23 13:15:08 +0000
commit66ec588efda52e51118db94a339954a59ad328c9 (patch)
tree680216abe5a3a454859a529ad1a9d1cf1b32900e /modules/workstation/windowing/alacritty/config.yml
parentf4b74eb7b08a51f6c2b1b3c30d511e96473a097d (diff)
downloadnixlib-66ec588efda52e51118db94a339954a59ad328c9.tar
nixlib-66ec588efda52e51118db94a339954a59ad328c9.tar.gz
nixlib-66ec588efda52e51118db94a339954a59ad328c9.tar.bz2
nixlib-66ec588efda52e51118db94a339954a59ad328c9.tar.lz
nixlib-66ec588efda52e51118db94a339954a59ad328c9.tar.xz
nixlib-66ec588efda52e51118db94a339954a59ad328c9.tar.zst
nixlib-66ec588efda52e51118db94a339954a59ad328c9.zip
alacritty: customize colors
Diffstat (limited to 'modules/workstation/windowing/alacritty/config.yml')
-rw-r--r--modules/workstation/windowing/alacritty/config.yml61
1 files changed, 30 insertions, 31 deletions
diff --git a/modules/workstation/windowing/alacritty/config.yml b/modules/workstation/windowing/alacritty/config.yml
index 05d63b226e3a..db9d4aca88df 100644
--- a/modules/workstation/windowing/alacritty/config.yml
+++ b/modules/workstation/windowing/alacritty/config.yml
@@ -133,12 +133,11 @@ persistent_logging: false
 # If `true`, bold text is drawn using the bright color variants.
 draw_bold_text_with_bright_colors: true
 
-# Colors (Tomorrow Night Bright)
 colors:
   # Default colors
   primary:
-    background: '0x000000'
-    foreground: '0xeaeaea'
+    background: '0x191919'
+    foreground: '0xc3cac2'
 
     # Bright and dim foreground colors
     #
@@ -152,45 +151,45 @@ colors:
   #
   # Colors which should be used to draw the terminal cursor. If these are unset,
   # the cursor color will be the inverse of the cell color.
-  #cursor:
-  #  text: '0x000000'
-  #  cursor: '0xffffff'
+  cursor:
+    text:   '0x161616'
+    cursor: '0xfcdc07'
 
   # Normal colors
   normal:
-    black:   '0x000000'
-    red:     '0xd54e53'
-    green:   '0xb9ca4a'
-    yellow:  '0xe6c547'
-    blue:    '0x7aa6da'
-    magenta: '0xc397d8'
-    cyan:    '0x70c0ba'
-    white:   '0xffffff'
+    black:   '0x5a5a5a'
+    red:     '0xca372d'
+    green:   '0x4d7b3a'
+    yellow:  '0xd4d697'
+    blue:    '0x4387cf'
+    magenta: '0xb86cb4'
+    cyan:    '0x72d4c6'
+    white:   '0xcdd3cd'
 
   # Bright colors
   bright:
-    black:   '0x666666'
-    red:     '0xff3334'
-    green:   '0x9ec400'
-    yellow:  '0xe7c547'
-    blue:    '0x7aa6da'
-    magenta: '0xb77ee0'
-    cyan:    '0x54ced6'
-    white:   '0xffffff'
+    black:   '0x9a9a99'
+    red:     '0xc37d62'
+    green:   '0x83d0a2'
+    yellow:  '0xfdfdc5'
+    blue:    '0x89d3f6'
+    magenta: '0xfe2c79'
+    cyan:    '0x82e9da'
+    white:   '0xfdfdf6'
 
   # Dim colors
   #
   # If the dim colors are not set, they will be calculated automatically based
   # on the `normal` colors.
-  dim:
-    black:   '0x333333'
-    red:     '0xf2777a'
-    green:   '0x99cc99'
-    yellow:  '0xffcc66'
-    blue:    '0x6699cc'
-    magenta: '0xcc99cc'
-    cyan:    '0x66cccc'
-    white:   '0xdddddd'
+  #dim:
+  #  black:   '0x333333'
+  #  red:     '0xf2777a'
+  #  green:   '0x99cc99'
+  #  yellow:  '0xffcc66'
+  #  blue:    '0x6699cc'
+  #  magenta: '0xcc99cc'
+  #  cyan:    '0x66cccc'
+  #  white:   '0xdddddd'
 
   # Indexed Colors
   #