This commit is contained in:
Reid 2024-12-08 18:30:51 -08:00
parent 9c92ea27e3
commit 8a2127b3d8
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
37 changed files with 75 additions and 67 deletions

View file

@ -30,4 +30,4 @@ button {
button:hover, button:active, box:hover, box:active {
background: alpha(@surface0, 0.5);
}
}

View file

@ -95,4 +95,4 @@ button {
button.selected {
background-color: @bg-col;
text-color: @pink;
}
}

View file

@ -17,7 +17,7 @@ window#waybar {
font-family: "CozetteVector", monospace, "FontAwesome 6 Free", "Noto Sans CJK";
font-size: 13px;
font-style: normal;
border: 1px solid @surface0;
}
@ -158,4 +158,4 @@ tooltip * {
margin: 0px;
color: @text;
font-family: CozetteVector, monospace;
}
}

View file

@ -113,7 +113,7 @@ in {
};
hm.programs.vscode = {
extensions = [
extensions = [
cfg.editor.vscode.colorTheme.extension
cfg.editor.vscode.iconTheme.extension
];