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