summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/alacritty/alacritty.yml48
1 files changed, 28 insertions, 20 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index 5878bc3..7247ab8 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -5,35 +5,43 @@
colors:
# Default colors
primary:
- background: '#080808'
- foreground: '#d8d8d8'
+ background: '#0A0A0A'
+ foreground: '#f5f5f5'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
- text: '#303030'
- cursor: '#d8d8d8'
+ text: '#151515'
+ cursor: '#d0d0d0'
# Normal colors
normal:
- black: '#121212'
- red: '#d75f5f'
- green: '#a1b56c'
- yellow: '#f7ca88'
- blue: '#87afff'
- magenta: '#d7afff'
- cyan: '#86c1b9'
- white: '#d8d8d8'
+ black: '#151515'
+ red: '#AC4142'
+ green: '#A1B56C'
+ yellow: '#F4BF75'
+ blue: '#A5D6FF'
+ magenta: '#AA759F'
+ cyan: '#75B5AA'
+ white: '#D0D0D0'
# Bright colors
bright:
- black: '#585858'
- red: '#ab4642'
- green: '#a1b56c'
- yellow: '#f7ca88'
- blue: '#7cafc2'
- magenta: '#ba8baf'
- cyan: '#86c1b9'
- white: '#f8f8f8'
+ black: '#505050'
+ red: '#AC4142'
+ green: '#A1B56C'
+ yellow: '#F4BF75'
+ blue: '#A5D6FF'
+ magenta: '#AA759F'
+ cyan: '#75B5AA'
+ white: '#F5F5F5'
+
+ indexed_colors:
+ - { index: 16, color: '#d28445' }
+ - { index: 17, color: '#8f5536' }
+ - { index: 18, color: '#202020' }
+ - { index: 19, color: '#303030' }
+ - { index: 20, color: '#b0b0b0' }
+ - { index: 21, color: '#e0e0e0' }
background_opacity: 1.0