Modules: Slight color adjustments
This commit is contained in:
@ -40,7 +40,7 @@ in {
|
|||||||
theme[selected_fg]=${color.hexS.accent}
|
theme[selected_fg]=${color.hexS.accent}
|
||||||
|
|
||||||
# Color of inactive/disabled text
|
# 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
|
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
|
||||||
theme[graph_text]=${color.hexS.overlay0}
|
theme[graph_text]=${color.hexS.overlay0}
|
||||||
|
@ -22,7 +22,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
border = {
|
border = {
|
||||||
color = color.hexS.overlay1;
|
color = color.hexS.overlay0;
|
||||||
width = "2px";
|
width = "2px";
|
||||||
transition = "1.0s ease";
|
transition = "1.0s ease";
|
||||||
radius = "3px";
|
radius = "3px";
|
||||||
|
@ -201,10 +201,10 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
# Other config here
|
# Other config here
|
||||||
format = "$all"; # Remove this line to disable the default prompt format
|
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
|
# https://github.com/catppuccin/starship/blob/main/themes/mocha.toml
|
||||||
palettes."nixos-palette" = {
|
palettes."system-theme" = {
|
||||||
rosewater = color.hexS.rosewater;
|
rosewater = color.hexS.rosewater;
|
||||||
flamingo = color.hexS.flamingo;
|
flamingo = color.hexS.flamingo;
|
||||||
pink = color.hexS.accentHl;
|
pink = color.hexS.accentHl;
|
||||||
|
@ -280,7 +280,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
border_symbol = "│";
|
border_symbol = "│";
|
||||||
border_style = {fg = color.hexS.overlay1;};
|
border_style = {fg = color.hexS.overlay0;};
|
||||||
};
|
};
|
||||||
|
|
||||||
tabs = {
|
tabs = {
|
||||||
@ -353,7 +353,7 @@ in {
|
|||||||
perm_read = {fg = color.hexS.yellow;};
|
perm_read = {fg = color.hexS.yellow;};
|
||||||
perm_write = {fg = color.hexS.red;};
|
perm_write = {fg = color.hexS.red;};
|
||||||
perm_exec = {fg = color.hexS.green;};
|
perm_exec = {fg = color.hexS.green;};
|
||||||
perm_sep = {fg = color.hexS.overlay1;};
|
perm_sep = {fg = color.hexS.overlay0;};
|
||||||
};
|
};
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
Reference in New Issue
Block a user