Commit 9b9f5580aca6

Vincent Demeester <vincent@sbr.pm>
2020-01-03 16:25:44
alacritty: doom-one theme
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 950bdaa
Changed files (1)
modules
profiles
assets
modules/profiles/assets/xorg/alacritty.yml
@@ -40,8 +40,8 @@ cursor:
 colors:
   # Default colors
   primary:
-    background: '0x000000'
-    foreground: '0xeaeaea'
+    background: '0x282c34'
+    foreground: '0xbbc2cf'
 
   # Colors the cursor will use if `custom_cursor_colors` is true
   cursor:
@@ -50,14 +50,14 @@ colors:
 
   # Normal colors
   normal:
-    black:   '0x000000'
-    red:     '0xd54e53'
-    green:   '0xb9ca4a'
-    yellow:  '0xe6c547'
-    blue:    '0x7aa6da'
-    magenta: '0xc397d8'
-    cyan:    '0x70c0ba'
-    white:   '0xffffff'
+    black:   '0x282c34'
+    red:     '0xff6c6b'
+    green:   '0x98be65'
+    yellow:  '0xecbe7b'
+    blue:    '0x51afef'
+    magenta: '0xc678dd'
+    cyan:    '0x46d9ff'
+    white:   '0xbbc2cf'
 
   # Bright colors
   bright: