aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-22 10:41:24 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-22 10:41:24 +0100
commitb8dce5c1561f27dbd56f5fc34eff0b42fa973bb7 (patch)
treee35c31dc8e8fcc7f8dc9e95593c99899a31e2edd /dot_config
parent982d180f9b9a2f8a90d454816474dce8d4b4b8e2 (diff)
downloaddotfiles-b8dce5c1561f27dbd56f5fc34eff0b42fa973bb7.tar.gz
dotfiles-b8dce5c1561f27dbd56f5fc34eff0b42fa973bb7.tar.bz2
dotfiles-b8dce5c1561f27dbd56f5fc34eff0b42fa973bb7.zip
feat(tuicr): configure gruvbox-dark theme
Add dot_config/tuicr/config.toml with theme = "gruvbox-dark". Symlinked from nix/vm.nix per the symlink invariant so the same config applies on both host (via chezmoi) and VM (via home-manager).
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/tuicr/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/tuicr/config.toml b/dot_config/tuicr/config.toml
new file mode 100644
index 0000000..b6270db
--- /dev/null
+++ b/dot_config/tuicr/config.toml
@@ -0,0 +1 @@
+theme = "gruvbox-dark"