]> src.twobees.de Git - dotfiles.git/commitdiff
alacritty
authorTobias Sachs <nibbler-ts@ctsachs.de>
Sun, 4 Aug 2024 10:20:43 +0000 (12:20 +0200)
committerTobias Sachs <nibbler-ts@ctsachs.de>
Sun, 4 Aug 2024 10:20:47 +0000 (12:20 +0200)
stow/alacritty/.config/alacritty/alacritty.toml [new file with mode: 0644]
stow/alacritty/.config/alacritty/themes/themes/gruvbox_light.toml [new file with mode: 0644]

diff --git a/stow/alacritty/.config/alacritty/alacritty.toml b/stow/alacritty/.config/alacritty/alacritty.toml
new file mode 100644 (file)
index 0000000..53fe1d0
--- /dev/null
@@ -0,0 +1 @@
+import = ["/home/ts/.config/alacritty/themes/themes/gruvbox_light.toml"]
diff --git a/stow/alacritty/.config/alacritty/themes/themes/gruvbox_light.toml b/stow/alacritty/.config/alacritty/themes/themes/gruvbox_light.toml
new file mode 100644 (file)
index 0000000..43ee640
--- /dev/null
@@ -0,0 +1,23 @@
+[colors.bright]
+black = "0x928374"
+blue = "0x076678"
+cyan = "0x427b58"
+green = "0x79740e"
+magenta = "0x8f3f71"
+red = "0x9d0006"
+white = "0x3c3836"
+yellow = "0xb57614"
+
+[colors.normal]
+black = "0xfbf1c7"
+blue = "0x458588"
+cyan = "0x689d6a"
+green = "0x98971a"
+magenta = "0xb16286"
+red = "0xcc241d"
+white = "0x7c6f64"
+yellow = "0xd79921"
+
+[colors.primary]
+background = "0xfbf1c7"
+foreground = "0x3c3836"