summaryrefslogtreecommitdiffstats
path: root/.config/alacritty/themes/ayu_light.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/themes/ayu_light.toml')
-rw-r--r--.config/alacritty/themes/ayu_light.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/alacritty/themes/ayu_light.toml b/.config/alacritty/themes/ayu_light.toml
deleted file mode 100644
index d5cd4f9..0000000
--- a/.config/alacritty/themes/ayu_light.toml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Colors (Ayu Light)
-
-# Default colors - taken from ayu-colors
-[colors.primary]
-background = '#FCFCFC'
-foreground = '#5C6166'
-
-# Normal colors - taken from ayu-iTerm
-[colors.normal]
-black = '#010101'
-red = '#e7666a'
-green = '#80ab24'
-yellow = '#eba54d'
-blue = '#4196df'
-magenta = '#9870c3'
-cyan = '#51b891'
-white = '#c1c1c1'
-
-# Bright colors - pastel lighten 0.1 <normal> except black lighten with 0.2
-[colors.bright]
-black = '#343434'
-red = '#ee9295'
-green = '#9fd32f'
-yellow = '#f0bc7b'
-blue = '#6daee6'
-magenta = '#b294d2'
-cyan = '#75c7a8'
-white = '#dbdbdb'