Colors
This commit is contained in:
parent
48ad18ab16
commit
bd542366f5
3 changed files with 183 additions and 203 deletions
|
@ -26,28 +26,6 @@ in {
|
||||||
# nix-colors.homeManagerModules.default
|
# nix-colors.homeManagerModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
# copied here for easy lookups:
|
|
||||||
# https://github.com/tinted-theming/base16-schemes/blob/main/catppuccin-mocha.yaml
|
|
||||||
|
|
||||||
/*
|
|
||||||
base00: "1e1e2e" # base
|
|
||||||
base01: "181825" # mantle
|
|
||||||
base02: "313244" # surface0
|
|
||||||
base03: "45475a" # surface1
|
|
||||||
base04: "585b70" # surface2
|
|
||||||
base05: "cdd6f4" # text
|
|
||||||
base06: "f5e0dc" # rosewater
|
|
||||||
base07: "b4befe" # lavender
|
|
||||||
base08: "f38ba8" # red
|
|
||||||
base09: "fab387" # peach
|
|
||||||
base0A: "f9e2af" # yellow
|
|
||||||
base0B: "a6e3a1" # green
|
|
||||||
base0C: "94e2d5" # teal
|
|
||||||
base0D: "89b4fa" # blue
|
|
||||||
base0E: "cba6f7" # mauve
|
|
||||||
base0F: "f2cdcd" # flamingo
|
|
||||||
*/
|
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = lib.mkDefault "daniel";
|
username = lib.mkDefault "daniel";
|
||||||
homeDirectory = lib.mkDefault "/home/daniel/.home";
|
homeDirectory = lib.mkDefault "/home/daniel/.home";
|
||||||
|
@ -543,7 +521,7 @@ in {
|
||||||
"ui.text.inactive" = {fg = fg2;};
|
"ui.text.inactive" = {fg = fg2;};
|
||||||
|
|
||||||
"ui.virtual" = fg2;
|
"ui.virtual" = fg2;
|
||||||
"ui.virtual.ruler" = {bg = bg2;};
|
"ui.virtual.ruler" = {bg = bg3;};
|
||||||
"ui.virtual.indent-guide" = bg3;
|
"ui.virtual.indent-guide" = bg3;
|
||||||
"ui.virtual.inlay-hint" = {
|
"ui.virtual.inlay-hint" = {
|
||||||
fg = bg3;
|
fg = bg3;
|
||||||
|
@ -641,9 +619,8 @@ in {
|
||||||
|
|
||||||
# "ui.cursorline.primary" = { bg = "default" }
|
# "ui.cursorline.primary" = { bg = "default" }
|
||||||
# "ui.cursorline.secondary" = { bg = "default" }
|
# "ui.cursorline.secondary" = { bg = "default" }
|
||||||
# "ui.cursorcolumn.primary" = { bg = "default" }
|
"ui.cursorcolumn.primary" = {bg = bg3;};
|
||||||
# "ui.cursorcolumn.secondary" = { bg = "default" }
|
"ui.cursorcolumn.secondary" = {bg = bg3;};
|
||||||
# "ui.virtual.ruler" = { bg = "default" }
|
|
||||||
|
|
||||||
"ui.bufferline.active" = {
|
"ui.bufferline.active" = {
|
||||||
fg = primary;
|
fg = primary;
|
||||||
|
|
|
@ -151,3 +151,7 @@ bind -M insert \ca beginning-of-line
|
||||||
|
|
||||||
bind -M insert \cv edit_command_buffer
|
bind -M insert \cv edit_command_buffer
|
||||||
bind -M default \cv edit_command_buffer
|
bind -M default \cv edit_command_buffer
|
||||||
|
|
||||||
|
test $PWD = $HOME && begin
|
||||||
|
cd $NICE_HOME || cd
|
||||||
|
end
|
||||||
|
|
|
@ -742,16 +742,6 @@
|
||||||
"sway/workspaces" = {
|
"sway/workspaces" = {
|
||||||
"disable-scroll" = false;
|
"disable-scroll" = false;
|
||||||
"persistent_workspaces" = {
|
"persistent_workspaces" = {
|
||||||
"1" = [];
|
|
||||||
"2" = [];
|
|
||||||
"3" = [];
|
|
||||||
"4" = [];
|
|
||||||
"5" = [];
|
|
||||||
"6" = [];
|
|
||||||
"7" = [];
|
|
||||||
"8" = [];
|
|
||||||
"9" = [];
|
|
||||||
# "10" = [;
|
|
||||||
};
|
};
|
||||||
"all-outputs" = true;
|
"all-outputs" = true;
|
||||||
"format" = "{name}";
|
"format" = "{name}";
|
||||||
|
@ -840,7 +830,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
style = with colors.withHashPrefix; ''
|
style = let
|
||||||
|
border-width = "0px";
|
||||||
|
in
|
||||||
|
with colors.withHashPrefix; ''
|
||||||
* {
|
* {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: "${font.name}", "Symbols Nerd Font Mono", sans-serif;
|
font-family: "${font.name}", "Symbols Nerd Font Mono", sans-serif;
|
||||||
|
@ -851,7 +844,7 @@
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
background-color: ${bg};
|
background-color: ${bg};
|
||||||
color: ${text};
|
color: ${text};
|
||||||
border-top: solid ${blue} 1px;
|
border-top: solid ${blue} ${border-width};
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -866,34 +859,40 @@
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 0.75em;
|
padding: 0 0.75em;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-top: solid ${primary} 1px;
|
border-top: solid ${primary} ${border-width};
|
||||||
transition: none;
|
transition: none;
|
||||||
|
color: ${fgdim};
|
||||||
|
background-color: ${bg};
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
/*
|
background: rgba(0, 0, 0, 0.2);
|
||||||
* background: rgba(0, 0, 0, 0.2);
|
}
|
||||||
* box-shadow: inherit;
|
|
||||||
*/
|
#workspaces button.active {
|
||||||
|
color: ${text};
|
||||||
|
background-color: ${bg};
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.visible {
|
#workspaces button.visible {
|
||||||
|
color: ${fgdim};
|
||||||
background-color: ${bg};
|
background-color: ${bg};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* A workspace that is persistent but has windows in it */
|
||||||
|
#workspaces button.persistent {
|
||||||
|
color: ${fgdim};
|
||||||
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
color: ${bg};
|
color: ${bg};
|
||||||
background-color: ${blue};
|
background-color: ${primary};
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.persistent {
|
|
||||||
color: ${text};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: ${urgent};
|
background-color: ${urgent};
|
||||||
color: ${bg};
|
color: ${bg};
|
||||||
border-top: solid ${urgent} 1px;
|
border-top: solid ${urgent} ${border-width};
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
|
|
Loading…
Reference in a new issue