mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
added light theme for alacritty
This commit is contained in:
+37
-1
@@ -21,6 +21,42 @@ schemes:
|
|||||||
magenta: '#bb9af7'
|
magenta: '#bb9af7'
|
||||||
cyan: '#0db9d7'
|
cyan: '#0db9d7'
|
||||||
white: '#acb0d0'
|
white: '#acb0d0'
|
||||||
|
|
||||||
|
# Base16 Gruvbox light, soft 256 - alacritty color config
|
||||||
|
# Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
|
||||||
|
gruvbox-light: &gruvbox-light
|
||||||
|
primary:
|
||||||
|
background: '0xf2e5bc'
|
||||||
|
foreground: '0x504945'
|
||||||
|
cursor:
|
||||||
|
text: '0xf2e5bc'
|
||||||
|
cursor: '0x504945'
|
||||||
|
normal:
|
||||||
|
black: '0xf2e5bc'
|
||||||
|
red: '0x9d0006'
|
||||||
|
green: '0x79740e'
|
||||||
|
yellow: '0xb57614'
|
||||||
|
blue: '0x076678'
|
||||||
|
magenta: '0x8f3f71'
|
||||||
|
cyan: '0x427b58'
|
||||||
|
white: '0x504945'
|
||||||
|
bright:
|
||||||
|
black: '0xbdae93'
|
||||||
|
red: '0x9d0006'
|
||||||
|
green: '0x79740e'
|
||||||
|
yellow: '0xb57614'
|
||||||
|
blue: '0x076678'
|
||||||
|
magenta: '0x8f3f71'
|
||||||
|
cyan: '0x427b58'
|
||||||
|
white: '0x282828'
|
||||||
|
indexed_colors:
|
||||||
|
- { index: 16, color: '0xaf3a03' }
|
||||||
|
- { index: 17, color: '0xd65d0e' }
|
||||||
|
- { index: 18, color: '0xebdbb2' }
|
||||||
|
- { index: 19, color: '0xd5c4a1' }
|
||||||
|
- { index: 20, color: '0x665c54' }
|
||||||
|
- { index: 21, color: '0x3c3836' }
|
||||||
|
|
||||||
window:
|
window:
|
||||||
opacity: 0.8
|
opacity: 0.8
|
||||||
dimensions:
|
dimensions:
|
||||||
@@ -42,4 +78,4 @@ font:
|
|||||||
family: JetBrainsMono Nerd Font
|
family: JetBrainsMono Nerd Font
|
||||||
style: Bold Italic
|
style: Bold Italic
|
||||||
size: 8.0
|
size: 8.0
|
||||||
colors: *tokyo-night
|
colors: *gruvbox-light
|
||||||
|
|||||||
Reference in New Issue
Block a user