summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-11-10 08:38:10 -0700
committerJordan <me@jordan.im>2020-11-10 08:38:10 -0700
commitcf8dae32c9225f464640536cfa0474f22c5b6c2b (patch)
tree308b5d389685ae91b88206fccae40b8fefa0179b
parentf622c236bcc577b56114aa6bb896ce148eb370f6 (diff)
downloaddotfiles-cf8dae32c9225f464640536cfa0474f22c5b6c2b.tar.gz
dotfiles-cf8dae32c9225f464640536cfa0474f22c5b6c2b.zip
alacritty colors; https://github.com/eendroroy/alacritty-theme/blob/master/themes/wombat.yaml
-rw-r--r--.config/alacritty/alacritty.yml41
1 files changed, 18 insertions, 23 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index e261b53..1c0f409 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -29,32 +29,27 @@ font:
colors:
# Default colors
primary:
- background: '0x020221'
- foreground: '0xb4b4b9'
-
- # Colors the cursor will use if `custom_cursor_colors` is true
- cursor:
- text: '0x020221'
- cursor: '0xffe8c0'
+ background: '0x1f1f1f'
+ foreground: '0xe5e1d8'
# Normal colors
normal:
- black: '0x000004'
- red: '0xff3600'
- green: '0x718e3f'
- yellow: '0xffc552'
- blue: '0x635196'
- magenta: '0xff761a'
- cyan: '0x34bfa4'
- white: '0xb4b4b9'
+ black: '0x000000'
+ red: '0xf7786d'
+ green: '0xbde97c'
+ yellow: '0xefdfac'
+ blue: '0x6ebaf8'
+ magenta: '0xef88ff'
+ cyan: '0x90fdf8'
+ white: '0xe5e1d8'
# Bright colors
bright:
- black: '0x020221'
- red: '0xff8e78'
- green: '0xb1bf75'
- yellow: '0xffd392'
- blue: '0x99a4bc'
- magenta: '0xffb07b'
- cyan: '0x8bccbf'
- white: '0xf8f8ff'
+ black: '0xb4b4b4'
+ red: '0xf99f92'
+ green: '0xe3f7a1'
+ yellow: '0xf2e9bf'
+ blue: '0xb3d2ff'
+ magenta: '0xe5bdff'
+ cyan: '0xc2fefa'
+ white: '0xffffff'