Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user