summaryrefslogtreecommitdiffstatshomepage
path: root/alacritty/colors.yml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty/colors.yml')
-rw-r--r--alacritty/colors.yml60
1 files changed, 60 insertions, 0 deletions
diff --git a/alacritty/colors.yml b/alacritty/colors.yml
new file mode 100644
index 0000000..dbfcd0e
--- /dev/null
+++ b/alacritty/colors.yml
@@ -0,0 +1,60 @@
+schemes:
+ codelight: &light
+ primary:
+ background: '#ffffff'
+ foreground: '#1e1e1e'
+
+ cursor:
+ text: '#d4d4d4'
+ cursor: '#d4d4d4'
+
+ normal:
+ black: '#1e1e1e'
+ red: '#c72e0f'
+ green: '#009000'
+ yellow: '#795e25'
+ blue: '#007acc'
+ magenta: '#af00db'
+ cyan: '#56b6c2'
+ white: '#d4d4d4'
+
+ bright:
+ black: '#1e1e1e'
+ red: '#c72e0f'
+ green: '#009000'
+ yellow: '#795e25'
+ blue: '#007acc'
+ magenta: '#af00db'
+ cyan: '#56b6c2'
+ white: '#d4d4d4'
+
+ codedark: &dark
+ primary:
+ background: '#1e1e1e'
+ foreground: '#d4d4d4'
+
+ cursor:
+ text: '#d4d4d4'
+ cursor: '#d4d4d4'
+
+ normal:
+ black: '#1e1e1e'
+ red: '#f44747'
+ green: '#608b4e'
+ yellow: '#dcdcaa'
+ blue: '#569cd6'
+ magenta: '#c678dd'
+ cyan: '#56b6c2'
+ white: '#d4d4d4'
+
+ bright:
+ black: '#545454'
+ red: '#f44747'
+ green: '#608b4e'
+ yellow: '#dcdcaa'
+ blue: '#569cd6'
+ magenta: '#c678dd'
+ cyan: '#56b6c2'
+ white: '#d4d4d4'
+
+colors: *dark \ No newline at end of file