Improve colors, dynamically theme rofi
This commit is contained in:
parent
688217a7ee
commit
66b1642d7c
10 changed files with 94 additions and 149 deletions
4
colors/default.nix
Normal file
4
colors/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
undefined = "#ff00ff";
|
||||
foreground-bright = "#ffffff";
|
||||
} // import ./everforest-medium.nix
|
8
colors/everforest-dark.nix
Normal file
8
colors/everforest-dark.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
background = "#1e2326";
|
||||
background-alt = "#272e33";
|
||||
foreground = "#d3c6aa";
|
||||
primary = "#83c092";
|
||||
alert = "#e67e80";
|
||||
disabled = "#2e383c";
|
||||
}
|
8
colors/everforest-medium.nix
Normal file
8
colors/everforest-medium.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
background = "#232a2e";
|
||||
background-alt = "#2d353b";
|
||||
foreground = "#d3c6aa";
|
||||
primary = "#83c092";
|
||||
alert = "#e67e80";
|
||||
disabled = "#343f44";
|
||||
}
|
8
colors/nord.nix
Normal file
8
colors/nord.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
background = "#2e3440";
|
||||
background-alt = "#3b4252";
|
||||
foreground = "#eceff4";
|
||||
primary = "#8fbcbb";
|
||||
alert = "#bf616a";
|
||||
disabled = "#434c5e";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue