summaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2025-10-02 15:43:26 +0400
committerAndrew Guschin <guschin@altlinux.org>2025-10-02 15:43:26 +0400
commit68668dc8fb066142458868e37de874e306152c9a (patch)
tree496fc687b412d0ef71fde39028dd96f5b38440fc /.config/alacritty/alacritty.toml
parent974c126300ab5a4f251f581425f3db03b749ab21 (diff)
feat: change alacritty's color scheme and startup program
Diffstat (limited to '.config/alacritty/alacritty.toml')
-rw-r--r--.config/alacritty/alacritty.toml34
1 files changed, 6 insertions, 28 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml
index 67ca485..92fe80d 100644
--- a/.config/alacritty/alacritty.toml
+++ b/.config/alacritty/alacritty.toml
@@ -1,33 +1,8 @@
-[colors.bright]
-black = "0x7f7c6b"
-blue = "0x0b9aef"
-cyan = "0x37efd4"
-green = "0x9be20b"
-magenta = "0x8a48ff"
-red = "0xf9085f"
-white = "0xfbf8ff"
-yellow = "0xe6d107"
-
-[colors.normal]
-black = "0x5f5f5f"
-blue = "0x2ea7ef"
-cyan = "0x6cefdd"
-green = "0xa6e22e"
-magenta = "0xae81ff"
-red = "0xf92672"
-white = "0xfbf8ff"
-yellow = "0xe6db74"
-
-[colors.primary]
-background = "0x0F1419"
-foreground = "0xfbf8ff"
-
-[colors.selection]
-background = "0x5f5f5f"
-text = "0xfbf8ff"
+[general]
+import = [ "dark-scheme.toml" ]
[font]
-normal = { family = "Fira Code", style = "Nerd" }
+normal = { family = "Fira Code" }
size = 13
[window]
@@ -39,3 +14,6 @@ y = 4
[env]
TERM = "xterm-256color"
+
+[terminal.shell]
+program = 'zellij'