diff options
Diffstat (limited to 'dots/alacritty/.config/alacritty/alacritty-theme/themes/dark_plus.toml')
-rw-r--r-- | dots/alacritty/.config/alacritty/alacritty-theme/themes/dark_plus.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dots/alacritty/.config/alacritty/alacritty-theme/themes/dark_plus.toml b/dots/alacritty/.config/alacritty/alacritty-theme/themes/dark_plus.toml new file mode 100644 index 0000000..d168c6f --- /dev/null +++ b/dots/alacritty/.config/alacritty/alacritty-theme/themes/dark_plus.toml @@ -0,0 +1,23 @@ +[colors.primary] +background = "#1F1F1F" +foreground = "#CCCCCC" + +[colors.normal] +black = "#000000" +red = "#d6181b" +green = "#6A9955" +yellow = "#e4d201" +blue = "#569cd6" +magenta = "#bc3fbc" +cyan = "#4EC9B0" +white = "#e5e5e5" + +[colors.bright] +black = "#666666" +red = "#ce9178" +green = "#b5cea8" +yellow = "#DCDCAA" +blue = "#9cdcfe" +magenta = "#d670d6" +cyan = "#9cdcfe" +white = "#e5e5e5" |