diff options
Diffstat (limited to '.config/alacritty/themes/hardhacker.toml')
-rw-r--r-- | .config/alacritty/themes/hardhacker.toml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.config/alacritty/themes/hardhacker.toml b/.config/alacritty/themes/hardhacker.toml deleted file mode 100644 index a3b0b64..0000000 --- a/.config/alacritty/themes/hardhacker.toml +++ /dev/null @@ -1,33 +0,0 @@ -# hardhacker colorscheme for alacritty -# by xin wu, https//github.com/hardhackerlabs/theme-alacritty - -# Default colors -[colors.primary] -background = '#282433' -foreground = '#eee9fc' - -[colors.cursor] -text = '#eee9fc' -cursor = '#eee9fc' - -# Normal colors -[colors.normal] -black = '#282433' -red = '#e965a5' -green = '#b1f2a7' -yellow = '#ebde76' -blue = '#b1baf4' -magenta = '#e192ef' -cyan = '#b3f4f3' -white = '#eee9fc' - -# Bright colors -[colors.bright] -black = '#3f3951' -red = '#e965a5' -green = '#b1f2a7' -yellow = '#ebde76' -blue = '#b1baf4' -magenta = '#e192ef' -cyan = '#b3f4f3' -white = '#eee9fc' |