Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-10-04 12:29:02 +02:00
23 changed files with 258 additions and 131 deletions

View File

@@ -1,13 +1,13 @@
{
"base": {
"foreground": "#fefefe",
"background": "#020202"
"foreground": "#fee5cc",
"background": "#190c00"
},
"to_alter": {
"accent": "#aaaaff",
"secondary": "#aaeeff",
"tertiary": "#aaffaa",
"special": "#aaffaa",
"weird": "#ffffaa"
"accent": "#fc9835",
"secondary": "#fc3535",
"tertiary": "#e64b73",
"special": "#3499fc",
"weird": "#56fc34"
}
}