diff options
Diffstat (limited to 'dots/alacritty/.config/alacritty/alacritty-theme/themes/deep_space.toml')
-rw-r--r-- | dots/alacritty/.config/alacritty/alacritty-theme/themes/deep_space.toml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dots/alacritty/.config/alacritty/alacritty-theme/themes/deep_space.toml b/dots/alacritty/.config/alacritty/alacritty-theme/themes/deep_space.toml new file mode 100644 index 0000000..551d899 --- /dev/null +++ b/dots/alacritty/.config/alacritty/alacritty-theme/themes/deep_space.toml @@ -0,0 +1,33 @@ +# Source https//github.com/tyrannicaltoucan/vim-deep-space + +# Default colors +[colors.primary] +background = '#1b202a' +foreground = '#9aa7bd' + +# Colors the cursor will use if `custom_cursor_colors` is true +[colors.cursor] +text = '#232936' +cursor = '#51617d' + +# Normal colors +[colors.normal] +black = '#1b202a' +red = '#b15e7c' +green = '#709d6c' +yellow = '#b5a262' +blue = '#608cc3' +magenta = '#8f72bf' +cyan = '#56adb7' +white = '#9aa7bd' + +# Bright colors +[colors.bright] +black = '#232936' +red = '#b3785d' +green = '#709d6c' +yellow = '#d5b875' +blue = '#608cc3' +magenta = '#c47ebd' +cyan = '#51617d' +white = '#9aa7bd' |