summaryrefslogtreecommitdiffstats
path: root/.config/alacritty/themes/deep_space.toml
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-06-19 00:45:32 +0000
committerTyler Davis <tyler@gluecode.net>2024-06-19 00:45:32 +0000
commit54b6ca39bfb6326f1afba4239083a77bd51f4f55 (patch)
tree18d2256641f8e4a32077d48e699678be6ab89020 /.config/alacritty/themes/deep_space.toml
parentc03f11cc52b18f8849b4e45b8e8ab65b7d515627 (diff)
downloaddotfiles-54b6ca39bfb6326f1afba4239083a77bd51f4f55.tar.gz
dotfiles-54b6ca39bfb6326f1afba4239083a77bd51f4f55.zip
Remove unnecessary additional configs
Diffstat (limited to '.config/alacritty/themes/deep_space.toml')
-rw-r--r--.config/alacritty/themes/deep_space.toml33
1 files changed, 0 insertions, 33 deletions
diff --git a/.config/alacritty/themes/deep_space.toml b/.config/alacritty/themes/deep_space.toml
deleted file mode 100644
index 551d899..0000000
--- a/.config/alacritty/themes/deep_space.toml
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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'