Commit 9b9f5580aca6
Changed files (1)
modules
profiles
assets
xorg
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: