diff options
author | Tyler Davis <tyler@gluecode.net> | 2025-03-17 01:30:29 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2025-03-17 01:30:29 +0000 |
commit | 793865d66eeb81a8f8234859d7fb246c8b32a0b6 (patch) | |
tree | 4265773c7a343c9d912b635f75ee8a611ef30f25 /.config/alacritty/themes | |
parent | ff18c18924d52a8beac7a9be4b99b5c961a19f3a (diff) | |
download | dotfiles-793865d66eeb81a8f8234859d7fb246c8b32a0b6.tar.gz dotfiles-793865d66eeb81a8f8234859d7fb246c8b32a0b6.zip |
nvim: leverage kickstart
Diffstat (limited to '.config/alacritty/themes')
-rw-r--r-- | .config/alacritty/themes/gruvbox_dark.toml | 30 | ||||
-rw-r--r-- | .config/alacritty/themes/gruvbox_light.toml | 30 |
2 files changed, 0 insertions, 60 deletions
diff --git a/.config/alacritty/themes/gruvbox_dark.toml b/.config/alacritty/themes/gruvbox_dark.toml deleted file mode 100644 index d2845cd..0000000 --- a/.config/alacritty/themes/gruvbox_dark.toml +++ /dev/null @@ -1,30 +0,0 @@ -# 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' diff --git a/.config/alacritty/themes/gruvbox_light.toml b/.config/alacritty/themes/gruvbox_light.toml deleted file mode 100644 index d2852db..0000000 --- a/.config/alacritty/themes/gruvbox_light.toml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox light) - -# Default colors -[colors.primary] -# hard contrast background = = '#f9f5d7' -background = '#fbf1c7' -# soft contrast background = = '#f2e5bc' -foreground = '#3c3836' - -# Normal colors -[colors.normal] -black = '#fbf1c7' -red = '#cc241d' -green = '#98971a' -yellow = '#d79921' -blue = '#458588' -magenta = '#b16286' -cyan = '#689d6a' -white = '#7c6f64' - -# Bright colors -[colors.bright] -black = '#928374' -red = '#9d0006' -green = '#79740e' -yellow = '#b57614' -blue = '#076678' -magenta = '#8f3f71' -cyan = '#427b58' -white = '#3c3836' |