27072024-1
This commit is contained in:
parent
c01e18340a
commit
d6e5bef088
2 changed files with 31 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import = [
|
||||
"~/.config/alacritty/themes/dracula.toml",
|
||||
"~/.config/alacritty/themes/gruvbox.toml",
|
||||
"~/.config/alacritty/keybindings.toml",
|
||||
"~/.config/alacritty/font.toml"
|
||||
]
|
||||
|
|
30
global/.config/alacritty/themes/gruvbox.toml
Normal file
30
global/.config/alacritty/themes/gruvbox.toml
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Colors (Gruvbox dark)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
# hard contrast background = = '#1d2021'
|
||||
background = '#282828'
|
||||
# soft contrast background = = '#32302f'
|
||||
foreground = '#ebdbb2'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#282828'
|
||||
red = '#cc241d'
|
||||
green = '#98971a'
|
||||
yellow = '#d79921'
|
||||
blue = '#458588'
|
||||
magenta = '#b16286'
|
||||
cyan = '#689d6a'
|
||||
white = '#a89984'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#928374'
|
||||
red = '#fb4934'
|
||||
green = '#b8bb26'
|
||||
yellow = '#fabd2f'
|
||||
blue = '#83a598'
|
||||
magenta = '#d3869b'
|
||||
cyan = '#8ec07c'
|
||||
white = '#ebdbb2'
|
Loading…
Add table
Reference in a new issue