This commit is contained in:
Michael Chalupiak
2025-03-24 16:17:40 -04:00
parent 3d1ff7934a
commit bc3bb4ed16
22 changed files with 565 additions and 183 deletions

View File

@@ -1,37 +1,37 @@
# Base16 Nord - alacritty color config
# arcticicestudio
# Base16 Monokai - alacritty color config
# Wimer Hazenberg (http://www.monokai.nl)
[colors]
draw_bold_text_with_bright_colors = false
# Default colors
[colors.primary]
background = '0x2e3440'
foreground = '0xe5e9f0'
background = '0x272822'
foreground = '0xf8f8f2'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x2e3440'
cursor = '0xe5e9f0'
text = '0x272822'
cursor = '0xf8f8f2'
# Normal colors
[colors.normal]
black = '0x2e3440'
red = '0xbf616a'
green = '0xa3be8c'
yellow = '0xebcb8b'
blue = '0x81a1c1'
magenta = '0xb48ead'
cyan = '0x88c0d0'
white = '0xe5e9f0'
black = '0x272822'
red = '0xf92672'
green = '0xa6e22e'
yellow = '0xf4bf75'
blue = '0x66d9ef'
magenta = '0xae81ff'
cyan = '0xa1efe4'
white = '0xf8f8f2'
# Bright colors
[colors.bright]
black = '0x4c566a'
red = '0xd08770'
green = '0x3b4252'
yellow = '0x434c5e'
blue = '0xd8dee9'
magenta = '0xeceff4'
cyan = '0x5e81ac'
white = '0x8fbcbb'
black = '0x75715e'
red = '0xfd971f'
green = '0x383830'
yellow = '0x49483e'
blue = '0xa59f85'
magenta = '0xf5f4f1'
cyan = '0xcc6633'
white = '0xf9f8f5'