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

View file

@ -1 +0,0 @@
everforest-medium.nix

View file

@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
let
colors = import ./colors.nix;
colors = import ../colors;
in
{
# Dependencies

View file

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

View file

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

View file

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