mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 10:43:55 -05:00
rofi: improve theme colors
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
b5453a6fdd
commit
8721814635
|
@ -45,18 +45,19 @@ in {
|
||||||
lightbg = mkRgba rofiOpacity "base01";
|
lightbg = mkRgba rofiOpacity "base01";
|
||||||
red = mkRgba rofiOpacity "base08";
|
red = mkRgba rofiOpacity "base08";
|
||||||
blue = mkRgba rofiOpacity "base0D";
|
blue = mkRgba rofiOpacity "base0D";
|
||||||
|
blueopaque = mkRgb "base0D";
|
||||||
lightfg = mkRgba rofiOpacity "base06";
|
lightfg = mkRgba rofiOpacity "base06";
|
||||||
foreground = mkRgb "base05";
|
foreground = mkRgb "base05";
|
||||||
lightbgopaque = mkRgb "base01";
|
lightbgopaque = mkRgb "base01";
|
||||||
lightfgopaque = mkRgb "base06";
|
lightfgopaque = mkRgb "base06";
|
||||||
|
|
||||||
background-color = mkLiteral "transparent";
|
background-color = mkLiteral "transparent";
|
||||||
separatorcolor = mkLiteral "@foreground";
|
separatorcolor = mkLiteral "@blueopaque";
|
||||||
border-color = mkLiteral "@foreground";
|
border-color = mkLiteral "@foreground";
|
||||||
selected-normal-foreground = mkLiteral "@lightbgopaque";
|
selected-normal-foreground = mkLiteral "@lightbgopaque";
|
||||||
selected-normal-background = mkLiteral "@lightfgopaque";
|
selected-normal-background = mkLiteral "@blueopaque";
|
||||||
selected-active-foreground = mkLiteral "@lightbgopaque";
|
selected-active-foreground = mkLiteral "@lightbgopaque";
|
||||||
selected-active-background = mkLiteral "@lightfgopaque";
|
selected-active-background = mkLiteral "@blueopaque";
|
||||||
selected-urgent-foreground = mkLiteral "@background";
|
selected-urgent-foreground = mkLiteral "@background";
|
||||||
selected-urgent-background = mkLiteral "@red";
|
selected-urgent-background = mkLiteral "@red";
|
||||||
normal-foreground = mkLiteral "@foreground";
|
normal-foreground = mkLiteral "@foreground";
|
||||||
|
|
Loading…
Reference in a new issue