aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/alacritty/colors.yml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-17 13:04:57 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-17 13:04:57 -0500
commita3d6669ce88b8690e53429773d7e30056d86e135 (patch)
treedaae0689663156b71eb2b220ea528b109d20871c /alacritty/colors.yml
parentc54272dc4591d2099e198a7f95421f7b223bc142 (diff)
feat: improved wsl terminal experience
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