wip(homer): add gruvbox theme colors
This commit is contained in:
parent
52922f8efa
commit
ff29e743d9
@ -11,6 +11,22 @@ with lib; let
|
||||
title = "Dashboard";
|
||||
header = false;
|
||||
footer = false;
|
||||
colors = {
|
||||
dark = {
|
||||
highlight-primary = "#cc241d";
|
||||
highlight-secondary = "#8ec07c";
|
||||
highlight-hover = "#d79921";
|
||||
background = "rgb(40,36,34)";
|
||||
card-background = "#3c3836";
|
||||
text = "#eaeaea";
|
||||
text-header = "#ffffff";
|
||||
text-title = "#fafafa";
|
||||
text-subtitle = "#f5f5f5";
|
||||
card-shadow = "rgba(0, 0, 0, 0.4)";
|
||||
link = "#3273dc";
|
||||
link-hover = "#ffdd57";
|
||||
};
|
||||
};
|
||||
connectivityCheck = true;
|
||||
columns = "auto";
|
||||
services = config.lib.webapps.homerServices;
|
||||
|
Loading…
x
Reference in New Issue
Block a user