aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/alacritty/ultramar-light.toml
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-06-07 00:55:02 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-06-07 00:55:02 +0300
commit182cb9918352e93047d0fcc8c38048c61b3d4dfd (patch)
tree4a2d48fccb72a871170837b39cd1ff4d94976dea /dotfiles/.config/alacritty/ultramar-light.toml
parent58e22e07452056f8ca971f879a96dc1c7444b4cf (diff)
downloadswayrice-182cb9918352e93047d0fcc8c38048c61b3d4dfd.tar.gz
swayrice-182cb9918352e93047d0fcc8c38048c61b3d4dfd.zip
terminal: return to Alacritty
I haven't actively used my trusty old X200 in more than a year, and I really did miss Alacritty's font rendering and features, namely config hot-reload.
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"