Improve colors, dynamically theme rofi

This commit is contained in:
Elnu 2023-01-07 12:29:27 -08:00
parent 688217a7ee
commit 66b1642d7c
10 changed files with 94 additions and 149 deletions

4
colors/default.nix Normal file
View file

@ -0,0 +1,4 @@
{
undefined = "#ff00ff";
foreground-bright = "#ffffff";
} // import ./everforest-medium.nix

View file

@ -0,0 +1,8 @@
{
background = "#1e2326";
background-alt = "#272e33";
foreground = "#d3c6aa";
primary = "#83c092";
alert = "#e67e80";
disabled = "#2e383c";
}

View file

@ -0,0 +1,8 @@
{
background = "#232a2e";
background-alt = "#2d353b";
foreground = "#d3c6aa";
primary = "#83c092";
alert = "#e67e80";
disabled = "#343f44";
}

8
colors/nord.nix Normal file
View file

@ -0,0 +1,8 @@
{
background = "#2e3440";
background-alt = "#3b4252";
foreground = "#eceff4";
primary = "#8fbcbb";
alert = "#bf616a";
disabled = "#434c5e";
}