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

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-01-27 22:29:12 +01:00
20 changed files with 451 additions and 121 deletions

View File

@@ -1,13 +1,13 @@
{
"base": {
"foreground": "#eedce2",
"background": "#221016"
"foreground": "#dddddd",
"background": "#000000"
},
"to_alter": {
"accent": "#ac5271",
"secondary": "#f20c5b",
"tertiary": "#d5a287",
"special": "#51ac8d",
"weird": "#0cf2a3"
"accent": "#8888ff",
"secondary": "#4444ff",
"tertiary": "#44ff88",
"special": "#ff6666",
"weird": "#ff66ff"
}
}
}