aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/alacritty/ultramar-light.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/alacritty/ultramar-light.toml')
-rw-r--r--dotfiles/.config/alacritty/ultramar-light.toml34
1 files changed, 34 insertions, 0 deletions
diff --git a/dotfiles/.config/alacritty/ultramar-light.toml b/dotfiles/.config/alacritty/ultramar-light.toml
new file mode 100644
index 0000000..b93e837
--- /dev/null
+++ b/dotfiles/.config/alacritty/ultramar-light.toml
@@ -0,0 +1,34 @@
+[colors.primary]
+background = "#faf6e5"
+foreground = "#1b1e25"
+
+[colors.bright]
+black = "#33333a"
+blue = "#75a2b8"
+cyan = "#7fac96"
+green = "#92b078"
+magenta = "#b48ead"
+red = "#c45c5c"
+white = "#b0afa8"
+yellow = "#e2b55a"
+
+[colors.cursor]
+cursor = "#1b1e25"
+
+[colors.normal]
+black = "#151517"
+blue = "#3f6e90"
+cyan = "#5b8277"
+green = "#6d974b"
+magenta = "#9c6992"
+red = "#b73030"
+white = "#91908d"
+yellow = "#b2872f"
+
+[colors.footer_bar]
+background = "#e5e9f0"
+foreground = "#252832"
+
+[colors.search.matches]
+background = "#b2872f"
+foreground = "#000000"