summaryrefslogtreecommitdiff
path: root/.config/alacritty/colorschemes/ayu_dark.yaml
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-10-27 03:03:43 +0300
committerThanosApollo <[email protected]>2022-10-27 03:03:43 +0300
commit4c917edb480f043c9de090882a4888571dff4610 (patch)
tree69d0d17e5057a2bb5b2674f8dd0311898aa4f060 /.config/alacritty/colorschemes/ayu_dark.yaml
parent1d14d2ac6e1a37184be0eaef4addeb00ee7e4f37 (diff)
Update alacritty
Diffstat (limited to '.config/alacritty/colorschemes/ayu_dark.yaml')
-rw-r--r--.config/alacritty/colorschemes/ayu_dark.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/alacritty/colorschemes/ayu_dark.yaml b/.config/alacritty/colorschemes/ayu_dark.yaml
new file mode 100644
index 0000000..c0fa142
--- /dev/null
+++ b/.config/alacritty/colorschemes/ayu_dark.yaml
@@ -0,0 +1,28 @@
+# 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