aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/alacritty/colors.yml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-25 23:38:13 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-25 23:38:13 -0500
commite6051a38a672182c7f7dfa083ca1e72b97803c94 (patch)
tree734e251bab033169399432fe1c93fc879dfab578 /alacritty/colors.yml
parentbb375ba979dfc0c575443f8309ee52d0fd446a26 (diff)
feat: migrated to gnu stow
Diffstat (limited to 'alacritty/colors.yml')
-rw-r--r--alacritty/colors.yml60
1 files changed, 0 insertions, 60 deletions
diff --git a/alacritty/colors.yml b/alacritty/colors.yml
deleted file mode 100644
index dbfcd0e..0000000
--- a/alacritty/colors.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-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