summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-11-10 08:35:18 -0700
committerJordan <me@jordan.im>2020-11-10 08:35:18 -0700
commitf622c236bcc577b56114aa6bb896ce148eb370f6 (patch)
tree8c480dd6bb622e43255fc761f8878ef6cf0cc749
parentf098b47a257f4bf71e83a5fb5d92583da1be763f (diff)
downloaddotfiles-f622c236bcc577b56114aa6bb896ce148eb370f6.tar.gz
dotfiles-f622c236bcc577b56114aa6bb896ce148eb370f6.zip
alacritty colors
-rw-r--r--.config/alacritty/alacritty.yml41
1 files changed, 23 insertions, 18 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index b9a60b2..e261b53 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -29,27 +29,32 @@ font:
colors:
# Default colors
primary:
- background: '0x0A0E14'
- foreground: '0xB3B1AD'
+ background: '0x020221'
+ foreground: '0xb4b4b9'
+
+ # Colors the cursor will use if `custom_cursor_colors` is true
+ cursor:
+ text: '0x020221'
+ cursor: '0xffe8c0'
# Normal colors
normal:
- black: '0x01060E'
- red: '0xEA6C73'
- green: '0x91B362'
- yellow: '0xF9AF4F'
- blue: '0x53BDFA'
- magenta: '0xFAE994'
- cyan: '0x90E1C6'
- white: '0xC7C7C7'
+ black: '0x000004'
+ red: '0xff3600'
+ green: '0x718e3f'
+ yellow: '0xffc552'
+ blue: '0x635196'
+ magenta: '0xff761a'
+ cyan: '0x34bfa4'
+ white: '0xb4b4b9'
# Bright colors
bright:
- black: '0x686868'
- red: '0xF07178'
- green: '0xC2D94C'
- yellow: '0xFFB454'
- blue: '0x59C2FF'
- magenta: '0xFFEE99'
- cyan: '0x95E6CB'
- white: '0xFFFFFF'
+ black: '0x020221'
+ red: '0xff8e78'
+ green: '0xb1bf75'
+ yellow: '0xffd392'
+ blue: '0x99a4bc'
+ magenta: '0xffb07b'
+ cyan: '0x8bccbf'
+ white: '0xf8f8ff'