aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-05-15 07:10:12 +0100
committerAutumn <git@autumnfo.rest>2026-05-15 07:10:12 +0100
commitc64f59e47841e953a6452644f0cf087032768b4b (patch)
tree0e3284b3e723512a0302230b6e2118b7443b5ba6
parent211455c90870273272c2eb734dd9f4959f46ff47 (diff)
[conf/kitty] added 020 config
-rwxr-xr-xinstall.nu8
-rw-r--r--src/kitty/020_kitty.conf34
2 files changed, 42 insertions, 0 deletions
diff --git a/install.nu b/install.nu
index 30525e9..aa14268 100755
--- a/install.nu
+++ b/install.nu
@@ -45,6 +45,14 @@ if ($DEVICE_ID == "010" or $DEVICE_ID == "020") {
}
+# kitty
+if ($DEVICE_ID == "010" or $DEVICE_ID == "020" or $DEVICE_ID == "040") {
+
+ mkdir $"($env.HOME)/.config/kitty"
+ cp $"($DOTFILES_DIR)/kitty/($DEVICE_ID)_kitty.conf" $"($env.HOME)/.config/kitty/kitty.conf"
+
+}
+
# mako
if ($DEVICE_ID == "010" or $DEVICE_ID == "020") {
diff --git a/src/kitty/020_kitty.conf b/src/kitty/020_kitty.conf
new file mode 100644
index 0000000..66d6f16
--- /dev/null
+++ b/src/kitty/020_kitty.conf
@@ -0,0 +1,34 @@
+#
+# ~~~ kitty config
+#
+
+#
+# ~~~ theming
+
+# font
+font_size 10.0
+font_family family="mononoki"
+
+# main colors
+background #18191b
+foreground #e0e1e4
+
+# normal colors
+color0 #4a4b4d
+color1 #eb4056
+color2 #82d2ce
+color3 #fad075
+color4 #4b8dec
+color5 #eb83e2
+color6 #2ccce6
+color7 #e0e1e4
+
+# bright colors
+color8 #4a4b4d
+color9 #c7001b
+color10 #009e6f
+color11 #e09119
+color12 #0067e6
+color13 #eb4dde
+color14 #00bad6
+color15 #9d9d9f