diff options
Diffstat (limited to '.config/alacritty/themes/rainbow.toml')
-rw-r--r-- | .config/alacritty/themes/rainbow.toml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.config/alacritty/themes/rainbow.toml b/.config/alacritty/themes/rainbow.toml deleted file mode 100644 index dd7a782..0000000 --- a/.config/alacritty/themes/rainbow.toml +++ /dev/null @@ -1,26 +0,0 @@ -# Default colors -[colors.primary] -background = '#192835' -foreground = '#AADA4F' - -# Normal colors -[colors.normal] -black = '#5B4375' -red = '#426bb6' -green = '#2286b5' -yellow = '#5ab782' -blue = '#93ca5b' -magenta = '#c6c842' -cyan = '#8a5135' -white = '#c54646' - -# Bright colors -[colors.bright] -black = '#5B4375' -red = '#426bb6' -green = '#2286b5' -yellow = '#5ab782' -blue = '#93ca5b' -magenta = '#c6c842' -cyan = '#8a5135' -white = '#c54646' |