summaryrefslogtreecommitdiff
path: root/alacritty/colors-light.toml
diff options
context:
space:
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'