#W# Weekly update
This commit is contained in:
parent
0450e09fc0
commit
f490ad039a
4 changed files with 24 additions and 22 deletions
|
|
@ -1,22 +1,22 @@
|
|||
background = #131313
|
||||
foreground = #e2e2e2
|
||||
cursor-color = #dac84e
|
||||
selection-background = #504700
|
||||
cursor-color = #67d3ff
|
||||
selection-background = #004d64
|
||||
selection-foreground = #e2e2e2
|
||||
|
||||
palette = 0=#131313
|
||||
palette = 1=#fa5c49
|
||||
palette = 2=#60da4e
|
||||
palette = 3=#ffe24a
|
||||
palette = 4=#cfba2f
|
||||
palette = 5=#645700
|
||||
palette = 6=#dac84e
|
||||
palette = 7=#e4e2d3
|
||||
palette = 8=#8d8b80
|
||||
palette = 9=#ff9184
|
||||
palette = 10=#9bff8c
|
||||
palette = 11=#ffec8c
|
||||
palette = 12=#efde6c
|
||||
palette = 13=#fff08c
|
||||
palette = 14=#fff5b5
|
||||
palette = 15=#fffdf6
|
||||
palette = 1=#ff578e
|
||||
palette = 2=#67ff77
|
||||
palette = 3=#fff457
|
||||
palette = 4=#44c0f2
|
||||
palette = 5=#005376
|
||||
palette = 6=#67d3ff
|
||||
palette = 7=#ecf9ff
|
||||
palette = 8=#96a1a5
|
||||
palette = 9=#ff8db2
|
||||
palette = 10=#94ffa0
|
||||
palette = 11=#fff894
|
||||
palette = 12=#7dd9ff
|
||||
palette = 13=#94e0ff
|
||||
palette = 14=#baebff
|
||||
palette = 15=#f7fcff
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ layout {
|
|||
background-color "transparent"
|
||||
|
||||
focus-ring {
|
||||
active-color "#dac84e"
|
||||
active-color "#67d3ff"
|
||||
inactive-color "#919191"
|
||||
urgent-color "#ffb4ab"
|
||||
}
|
||||
|
||||
border {
|
||||
active-color "#dac84e"
|
||||
active-color "#67d3ff"
|
||||
inactive-color "#919191"
|
||||
urgent-color "#ffb4ab"
|
||||
}
|
||||
|
|
@ -21,19 +21,19 @@ layout {
|
|||
}
|
||||
|
||||
tab-indicator {
|
||||
active-color "#dac84e"
|
||||
active-color "#67d3ff"
|
||||
inactive-color "#919191"
|
||||
urgent-color "#ffb4ab"
|
||||
}
|
||||
|
||||
insert-hint {
|
||||
color "#dac84e80"
|
||||
color "#67d3ff80"
|
||||
}
|
||||
}
|
||||
|
||||
recent-windows {
|
||||
highlight {
|
||||
active-color "#504700"
|
||||
active-color "#004d64"
|
||||
urgent-color "#ffb4ab"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
|
||||
home.packages = [
|
||||
(builtins.getFlake "github:srinivasr/nirimod").packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
|
|
|||
|
|
@ -201,6 +201,7 @@
|
|||
adw-gtk3
|
||||
libnotify
|
||||
nautilus
|
||||
featherpad
|
||||
];
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue