summaryrefslogtreecommitdiff
path: root/alacritty/colors-dark.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-dark.toml
parent698b92d7fb26680ebb0328c5c6c985071ff79a0a (diff)
Switch to gruvbox and add ability to use light and dark mode
Diffstat (limited to 'alacritty/colors-dark.toml')
-rw-r--r--alacritty/colors-dark.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/alacritty/colors-dark.toml b/alacritty/colors-dark.toml
new file mode 100644
index 0000000..f9fb56d
--- /dev/null
+++ b/alacritty/colors-dark.toml
@@ -0,0 +1,28 @@
+# Colors (Gruvbox Material Hard Dark)
+
+# Default colors
+[colors.primary]
+background = '#1d2021'
+foreground = '#d4be98'
+
+# Normal colors
+[colors.normal]
+black = '#32302f'
+red = '#ea6962'
+green = '#a9b665'
+yellow = '#d8a657'
+blue = '#7daea3'
+magenta = '#d3869b'
+cyan = '#89b482'
+white = '#d4be98'
+
+# Bright colors (same as normal colors)
+[colors.bright]
+black = '#32302f'
+red = '#ea6962'
+green = '#a9b665'
+yellow = '#d8a657'
+blue = '#7daea3'
+magenta = '#d3869b'
+cyan = '#89b482'
+white = '#d4be98'