Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
75afa2e
treewide: add accent color option
lwb-2021 Jul 6, 2026
78b55a6
aerc: use accent color
lwb-2021 Jul 6, 2026
889f3f6
anki: use accent color
lwb-2021 Jul 6, 2026
6baf9d9
ashell: use accent color
lwb-2021 Jul 6, 2026
769cc75
avizo: use accent color
lwb-2021 Jul 6, 2026
e50cd0c
bspwm: use accent color
lwb-2021 Jul 6, 2026
256764b
btop: use accent color
lwb-2021 Jul 6, 2026
320fa1c
dank-calendar: use accent color
lwb-2021 Jul 6, 2026
d53be3f
dank-material-shell: use accent color
lwb-2021 Jul 6, 2026
ed30587
discord: use accent color
lwb-2021 Jul 6, 2026
91ffa3a
dunst: use accent color
lwb-2021 Jul 6, 2026
72ae865
firefox: use accent color
lwb-2021 Jul 6, 2026
f2eb3b6
fnott: use accent color
lwb-2021 Jul 6, 2026
3ef47fa
forge: use accent color
lwb-2021 Jul 6, 2026
99716f4
fuzzel: use accent color
lwb-2021 Jul 6, 2026
59a925c
fzf: use accent color
lwb-2021 Jul 6, 2026
3038124
gitui: use accent color
lwb-2021 Jul 6, 2026
aa89203
gnome: use accent color
lwb-2021 Jul 6, 2026
f7fa98a
gtk: use accent color
lwb-2021 Jul 6, 2026
bdaf952
hyprland: use accent color
lwb-2021 Jul 6, 2026
1846660
hyprpanel: use accent color
lwb-2021 Jul 6, 2026
0cdaa2e
i3: use accent color
lwb-2021 Jul 6, 2026
34f702e
jankyborders: use accent color
lwb-2021 Jul 6, 2026
3243d5a
jjui: use accent color
lwb-2021 Jul 6, 2026
7bb4f75
k9s: use accent color
lwb-2021 Jul 6, 2026
233d050
lazygit: use accent color
lwb-2021 Jul 6, 2026
b2c792e
mako: use accent color
lwb-2021 Jul 6, 2026
ff3be2e
mpv: use accent color
lwb-2021 Jul 6, 2026
9105d77
noctalia: use accent color
lwb-2021 Jul 6, 2026
6885e78
noctalia-shell: use accent color
lwb-2021 Jul 6, 2026
82f2254
opencode: use accent color
lwb-2021 Jul 6, 2026
a6fb24e
qt/kvantum: use accent color
lwb-2021 Jul 6, 2026
d8b96c0
river: use accent color
lwb-2021 Jul 6, 2026
76e77eb
sway: use accent color
lwb-2021 Jul 6, 2026
b529ec4
swaync: use accent color
lwb-2021 Jul 6, 2026
9c58525
vscode: use accent color
lwb-2021 Jul 6, 2026
4708c27
waybar: use accent color
lwb-2021 Jul 6, 2026
7189e33
wayfire: use accent color
lwb-2021 Jul 6, 2026
044d24b
wayle: use accent color
lwb-2021 Jul 6, 2026
549e4ce
wayprompt: use accent color
lwb-2021 Jul 6, 2026
94ef9bf
zathura: use accent color
lwb-2021 Jul 6, 2026
53c443a
zellij: use accent color
lwb-2021 Jul 6, 2026
d84b4bf
zen-browser: use accent color
lwb-2021 Jul 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/aerc/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mkTarget {
"msglist_flagged.bold" = true;
"msglist_marked.bold" = true;
"msglist_marked.reverse" = true;
"msglist_result.fg" = base0D;
"msglist_result.fg" = accent;
"msglist_result.bold" = true;
"msglist_pill.bg" = base01;

Expand Down Expand Up @@ -80,8 +80,8 @@ mkTarget {
"signature.dim" = true;

"diff_meta.bold" = true;
"diff_chunk.fg" = base0D;
"diff_chunk_func.fg" = base0D;
"diff_chunk.fg" = accent;
"diff_chunk_func.fg" = accent;
"diff_chunk_func.bold" = true;
"diff_add.fg" = base0B;
"diff_del.fg" = base08;
Expand Down
28 changes: 14 additions & 14 deletions modules/anki/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ mkTarget {
colors = {
ACCENT_CARD = [
"Card mode"
colors.withHashtag.base0D
colors.withHashtag.base0D
colors.withHashtag.accent
colors.withHashtag.accent
"--accent-card"
];
ACCENT_DANGER = [
Expand All @@ -42,8 +42,8 @@ mkTarget {
];
BORDER_FOCUS = [
"Border (focused input)"
colors.withHashtag.base0D
colors.withHashtag.base0D
colors.withHashtag.accent
colors.withHashtag.accent
"--border-focus"
];
BORDER_STRONG = [
Expand Down Expand Up @@ -87,26 +87,26 @@ mkTarget {
];
BUTTON_PRIMARY_BG = [
"Button Primary Bg"
colors.withHashtag.base0D
colors.withHashtag.base0D
colors.withHashtag.accent
colors.withHashtag.accent
"--button-primary-bg"
];
BUTTON_PRIMARY_DISABLED = [
"Button Primary Disabled"
"${colors.withHashtag.base0D}80"
"${colors.withHashtag.base0D}80"
"${colors.withHashtag.accent}80"
"${colors.withHashtag.accent}80"
"--button-primary-disabled"
];
BUTTON_PRIMARY_GRADIENT_END = [
"Button Primary Gradient End"
colors.withHashtag.base0D
colors.withHashtag.base0D
colors.withHashtag.accent
colors.withHashtag.accent
"--button-primary-gradient-end"
];
BUTTON_PRIMARY_GRADIENT_START = [
"Button Primary Gradient Start"
colors.withHashtag.base0D
colors.withHashtag.base0D
colors.withHashtag.accent
colors.withHashtag.accent
"--button-primary-gradient-start"
];
CANVAS = [
Expand Down Expand Up @@ -275,8 +275,8 @@ mkTarget {
];
SHADOW_FOCUS = [
"Shadow (focused input)"
colors.withHashtag.base0D
colors.withHashtag.base0D
colors.withHashtag.accent
colors.withHashtag.accent
"--shadow-focus"
];
SHADOW_INSET = [
Expand Down
2 changes: 1 addition & 1 deletion modules/ashell/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkTarget {
{
programs.ashell.settings.appearance = with colors.withHashtag; {
background_color = base00;
primary_color = base0D;
primary_color = accent;
secondary_color = base01;
success_color = base0B;
danger_color = base09;
Expand Down
2 changes: 1 addition & 1 deletion modules/avizo/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkTarget {
in
{
background = "rgba(${base01-rgb-r}, ${base01-rgb-g}, ${base01-rgb-b}, ${aviOpacity})";
border-color = "rgba(${base0D-rgb-r}, ${base0D-rgb-g}, ${base0D-rgb-b}, ${aviOpacity})";
border-color = "rgba(${accent-rgb-r}, ${accent-rgb-g}, ${accent-rgb-b}, ${aviOpacity})";
bar-fg-color = "rgba(${base05-rgb-r}, ${base05-rgb-g}, ${base05-rgb-b}, ${aviOpacity})";
bar-bg-color = "rgba(${base01-rgb-r}, ${base01-rgb-g}, ${base01-rgb-b}, ${aviOpacity})";
image-opacity = aviOpacity;
Expand Down
2 changes: 1 addition & 1 deletion modules/bspwm/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkTarget {
xsession.windowManager.bspwm.settings = with colors.withHashtag; {
normal_border_color = base03;
active_border_color = base0C;
focused_border_color = base0D;
focused_border_color = accent;
presel_feedback_color = base00;
};
};
Expand Down
4 changes: 2 additions & 2 deletions modules/btop/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ mkTarget {
theme[main_bg]="${base00}"
theme[main_fg]="${base05}"
theme[title]="${base05}"
theme[hi_fg]="${base0D}"
theme[hi_fg]="${accent}"
theme[selected_bg]="${base03}"
theme[selected_fg]="${base0D}"
theme[selected_fg]="${accent}"
theme[inactive_fg]="${base04}"
theme[graph_text]="${base06}"
theme[meter_bg]="${base03}"
Expand Down
4 changes: 2 additions & 2 deletions modules/dank-calendar/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ mkTarget {
let
theme = with colors.withHashtag; {
name = "Stylix";
primary = base0D;
primary = accent;
primaryText = base00;
primaryContainer = base0C;
secondary = base0E;
surface = base01;
surfaceText = base05;
surfaceVariant = base02;
surfaceVariantText = base04;
surfaceTint = base0D;
surfaceTint = accent;
background = base00;
backgroundText = base05;
outline = base03;
Expand Down
4 changes: 2 additions & 2 deletions modules/dank-material-shell/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ mkTarget {
let
theme = with colors.withHashtag; {
name = "Stylix";
primary = base0D;
primary = accent;
primaryText = base00;
primaryContainer = base0C;
secondary = base0E;
surface = base01;
surfaceText = base05;
surfaceVariant = base02;
surfaceVariantText = base04;
surfaceTint = base0D;
surfaceTint = accent;
background = base00;
backgroundText = base05;
outline = base03;
Expand Down
13 changes: 7 additions & 6 deletions modules/discord/common/color-theme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ colors: ''
--base0B: #${colors.base0B}; /* Green */
--base0C: #${colors.base0C}; /* Cyan */
--base0D: #${colors.base0D}; /* Blue */
--accent: #${colors.accent}; /* Accent */
--base0E: #${colors.base0E}; /* Purple */
--base0F: #${colors.base0F}; /* Magenta */

Expand Down Expand Up @@ -85,12 +86,12 @@ colors: ''
--brand-05a: var(--base01) !important;
--brand-10a: var(--base01) !important;
--brand-15a: var(--base01) !important;
--brand-260: var(--base0D) !important;
--brand-360: var(--base0D) !important;
--brand-260: var(--accent) !important;
--brand-360: var(--accent) !important;
--brand-500: var(--base0F) !important;
--brand-560: var(--base01) !important;
--button-danger-background: var(--base08) !important;
--button-filled-brand-background: var(--base0D) !important;
--button-filled-brand-background: var(--accent) !important;
--button-filled-brand-background-hover: var(--base03) !important;
--button-filled-brand-text: var(--base00) !important;
--button-filled-brand-text-hover: var(--base05) !important;
Expand All @@ -107,11 +108,11 @@ colors: ''
--channel-text-area-placeholder: var(--base03) !important;
--channeltextarea-background: var(--base01) !important;
--chat-background-default: var(--base02) !important;
--checkbox-background-checked: var(--base0D) !important;
--checkbox-border-checked: var(--base0D) !important;
--checkbox-background-checked: var(--accent) !important;
--checkbox-border-checked: var(--accent) !important;
--checkbox-background-default: var(--base02) !important;
--checkbox-border-default: var(--base03) !important;
--control-brand-foreground-new: var(--base0D) !important;
--control-brand-foreground-new: var(--accent) !important;
--control-brand-foreground: var(--base04) !important;
--custom-notice-text: var(--base01) !important;
--font-display: var(--font, "gg sans") !important;
Expand Down
4 changes: 2 additions & 2 deletions modules/dunst/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ mkTarget {
urgency_normal = {
background = base01 + dunstOpacity;
foreground = base05;
frame_color = base0D;
highlight = base0D;
frame_color = accent;
highlight = accent;
};

urgency_critical = {
Expand Down
20 changes: 10 additions & 10 deletions modules/firefox/each-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,35 +122,35 @@ mkTarget {
tab_background_text = mkColor "base05";
toolbar_field = mkColor "base02";
toolbar_field_text = mkColor "base05";
tab_line = mkColor "base0D";
tab_line = mkColor "accent";
popup = mkColor "base00";
popup_text = mkColor "base05";
button_background_active = mkColor "base04";
frame_inactive = mkColor "base00";
icons_attention = mkColor "base0D";
icons_attention = mkColor "accent";
icons = mkColor "base05";
ntp_background = mkColor "base00";
ntp_text = mkColor "base05";
popup_border = mkColor "base0D";
popup_border = mkColor "accent";
popup_highlight_text = mkColor "base05";
popup_highlight = mkColor "base04";
sidebar_border = mkColor "base0D";
sidebar_border = mkColor "accent";
sidebar_highlight_text = mkColor "base05";
sidebar_highlight = mkColor "base0D";
sidebar_highlight = mkColor "accent";
sidebar_text = mkColor "base05";
sidebar = mkColor "base00";
tab_background_separator = mkColor "base0D";
tab_background_separator = mkColor "accent";
tab_loading = mkColor "base05";
tab_selected = mkColor "base00";
tab_text = mkColor "base05";
toolbar_bottom_separator = mkColor "base00";
toolbar_field_border_focus = mkColor "base0D";
toolbar_field_border_focus = mkColor "accent";
toolbar_field_border = mkColor "base00";
toolbar_field_focus = mkColor "base00";
toolbar_field_highlight_text = mkColor "base00";
toolbar_field_highlight = mkColor "base0D";
toolbar_field_separator = mkColor "base0D";
toolbar_vertical_separator = mkColor "base0D";
toolbar_field_highlight = mkColor "accent";
toolbar_field_separator = mkColor "accent";
toolbar_vertical_separator = mkColor "accent";
};
};
};
Expand Down
8 changes: 4 additions & 4 deletions modules/firefox/userChrome.css.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@


/* Accent */
--gnome-accent-bg: #{{base0D-hex}};
--gnome-accent: #{{base0D-hex}};
--gnome-accent-bg-hover: #{{base0D-hex}};
--gnome-accent-hover: #{{base0D-hex}};
--gnome-accent-bg: #{{accent-hex}};
--gnome-accent: #{{accent-hex}};
--gnome-accent-bg-hover: #{{accent-hex}};
--gnome-accent-hover: #{{accent-hex}};

/* Colors */
--gnome-destructive-bg: var(--gnome-palette-red-3);
Expand Down
2 changes: 1 addition & 1 deletion modules/fnott/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mkTarget {
};

low.border-color = fg base03;
normal.border-color = fg base0D;
normal.border-color = fg accent;
critical.border-color = fg base08;
};
}
Expand Down
Loading
Loading