summaryrefslogtreecommitdiff
path: root/.config/alacritty/colorschemes/dracula.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/dracula.yaml
parent1d14d2ac6e1a37184be0eaef4addeb00ee7e4f37 (diff)
Update alacritty
Diffstat (limited to '.config/alacritty/colorschemes/dracula.yaml')
-rw-r--r--.config/alacritty/colorschemes/dracula.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/alacritty/colorschemes/dracula.yaml b/.config/alacritty/colorschemes/dracula.yaml
new file mode 100644
index 0000000..f5026c1
--- /dev/null
+++ b/.config/alacritty/colorschemes/dracula.yaml
@@ -0,0 +1,28 @@
+# Colors (Dracula)
+colors:
+ # Default colors
+ primary:
+ background: '0x282a36'
+ foreground: '0xf8f8f2'
+
+ # Normal colors
+ normal:
+ black: '0x000000'
+ red: '0xff5555'
+ green: '0x50fa7b'
+ yellow: '0xf1fa8c'
+ blue: '0xbd93f9'
+ magenta: '0xff79c6'
+ cyan: '0x8be9fd'
+ white: '0xbbbbbb'
+
+ # Bright colors
+ bright:
+ black: '0x555555'
+ red: '0xff5555'
+ green: '0x50fa7b'
+ yellow: '0xf1fa8c'
+ blue: '0xcaa9fa'
+ magenta: '0xff79c6'
+ cyan: '0x8be9fd'
+ white: '0xffffff' \ No newline at end of file