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

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-08-28 00:11:56 +02:00
16 changed files with 172 additions and 127 deletions

View File

@@ -1,13 +1,13 @@
{
"base": {
"foreground": "#fefefe",
"background": "#020202"
"foreground": "#dcd5f5",
"background": "#100929"
},
"to_alter": {
"accent": "#aaaaff",
"secondary": "#aaeeff",
"tertiary": "#aaffaa",
"special": "#aaffaa",
"weird": "#ffffaa"
"accent": "#765ad7",
"secondary": "#ce32ff",
"tertiary": "#879eaa",
"special": "#bad759",
"weird": "#d75991"
}
}

View File

@@ -26,7 +26,7 @@ pkgs: rec {
fbcolor = (builtins.fromJSON (builtins.readFile ./colors.json)).base;
fcolor = facolor // fbcolor;
xcolor = with ccolor; with fcolor; {
background = "#000000";
# background = "#000000";
# foreground = "#dddddd";
# accent = blue;
# secondary = cyan;