summaryrefslogtreecommitdiff
path: root/alacritty/colors-light.toml
diff options
context:
space:
mode:
authorBrian Picciano <me@mediocregopher.com>2024-06-22 18:31:31 +0200
committerBrian Picciano <me@mediocregopher.com>2024-06-22 18:31:31 +0200
commitf8413fd424be064ffaa2fb21264ff18edc42afc3 (patch)
tree1935d44cf92d5335459418af572df8773e9d6f4a /alacritty/colors-light.toml
parent698b92d7fb26680ebb0328c5c6c985071ff79a0a (diff)
Switch to gruvbox and add ability to use light and dark mode
Diffstat (limited to 'alacritty/colors-light.toml')
-rw-r--r--alacritty/colors-light.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/alacritty/colors-light.toml b/alacritty/colors-light.toml
new file mode 100644
index 0000000..e17ebdf
--- /dev/null
+++ b/alacritty/colors-light.toml
@@ -0,0 +1,28 @@
+# Colors (Gruvbox Material Hard Light)
+
+# Default colors
+[colors.primary]
+background = '#f9f5d7'
+foreground = '#654735'
+
+# Normal colors
+[colors.normal]
+black = '#654735'
+red = '#c14a4a'
+green = '#6c782e'
+yellow = '#b47109'
+blue = '#45707a'
+magenta = '#945e80'
+cyan = '#4c7a5d'
+white = '#f2e5bc'
+
+# Bright colors (same as normal colors)
+[colors.bright]
+black = '#654735'
+red = '#c14a4a'
+green = '#6c782e'
+yellow = '#b47109'
+blue = '#45707a'
+magenta = '#945e80'
+cyan = '#4c7a5d'
+white = '#f2e5bc'