1

Modules: Slight color adjustments

This commit is contained in:
2025-07-21 01:58:18 +02:00
parent f1c9ba7318
commit 8e575112ad
4 changed files with 6 additions and 6 deletions

View File

@ -40,7 +40,7 @@ in {
theme[selected_fg]=${color.hexS.accent}
# Color of inactive/disabled text
theme[inactive_fg]=${color.hexS.overlay1}
theme[inactive_fg]=${color.hexS.overlay0}
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
theme[graph_text]=${color.hexS.overlay0}

View File

@ -22,7 +22,7 @@ in {
};
border = {
color = color.hexS.overlay1;
color = color.hexS.overlay0;
width = "2px";
transition = "1.0s ease";
radius = "3px";

View File

@ -201,10 +201,10 @@ in {
settings = {
# Other config here
format = "$all"; # Remove this line to disable the default prompt format
palette = "nixos-palette";
palette = "system-theme";
# https://github.com/catppuccin/starship/blob/main/themes/mocha.toml
palettes."nixos-palette" = {
palettes."system-theme" = {
rosewater = color.hexS.rosewater;
flamingo = color.hexS.flamingo;
pink = color.hexS.accentHl;

View File

@ -280,7 +280,7 @@ in {
};
border_symbol = "";
border_style = {fg = color.hexS.overlay1;};
border_style = {fg = color.hexS.overlay0;};
};
tabs = {
@ -353,7 +353,7 @@ in {
perm_read = {fg = color.hexS.yellow;};
perm_write = {fg = color.hexS.red;};
perm_exec = {fg = color.hexS.green;};
perm_sep = {fg = color.hexS.overlay1;};
perm_sep = {fg = color.hexS.overlay0;};
};
input = {