summaryrefslogtreecommitdiff
path: root/.config/alacritty/colorschemes/ayu_dark.yaml
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-05 16:38:48 +0300
committerThanos Apollo <[email protected]>2023-05-05 16:38:48 +0300
commitb6c2589eae30877cc5e362e06f3d480a0aee2e81 (patch)
treeb2158ab099ff4bf3c1523ddc658740f9ba05715e /.config/alacritty/colorschemes/ayu_dark.yaml
parent5d97d357864c5e7b973df45bf19be944c55d7093 (diff)
remove old files
Diffstat (limited to '.config/alacritty/colorschemes/ayu_dark.yaml')
-rwxr-xr-x.config/alacritty/colorschemes/ayu_dark.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/alacritty/colorschemes/ayu_dark.yaml b/.config/alacritty/colorschemes/ayu_dark.yaml
deleted file mode 100755
index c0fa142..0000000
--- a/.config/alacritty/colorschemes/ayu_dark.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Colors (Ayu Dark)
-colors:
- # Default colors
- primary:
- background: '0x0A0E14'
- foreground: '0xB3B1AD'
-
- # Normal colors
- normal:
- black: '0x01060E'
- red: '0xEA6C73'
- green: '0x91B362'
- yellow: '0xF9AF4F'
- blue: '0x53BDFA'
- magenta: '0xFAE994'
- cyan: '0x90E1C6'
- white: '0xC7C7C7'
-
- # Bright colors
- bright:
- black: '0x686868'
- red: '0xF07178'
- green: '0xC2D94C'
- yellow: '0xFFB454'
- blue: '0x59C2FF'
- magenta: '0xFFEE99'
- cyan: '0x95E6CB'
- white: '0xFFFFFF' \ No newline at end of file