ncspot: match style guide better and add transparent bg (#938)
Link: https://github.com/danth/stylix/pull/938 Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
afee64f3c5
commit
1178051794
1 changed files with 11 additions and 9 deletions
|
|
@ -13,22 +13,24 @@
|
|||
in
|
||||
{
|
||||
theme = with colors; {
|
||||
background = base00;
|
||||
background =
|
||||
if (config.stylix.opacity.terminal != 1.0) then "#00000000" else base00;
|
||||
primary = base05;
|
||||
secondary = base03;
|
||||
secondary = base04;
|
||||
title = base06;
|
||||
playing = base05;
|
||||
playing_selected = base06;
|
||||
playing_bg = base02;
|
||||
playing = base0B;
|
||||
playing_selected = base0B;
|
||||
playing_bg =
|
||||
if (config.stylix.opacity.terminal != 1.0) then "#00000000" else base00;
|
||||
highlight = base05;
|
||||
highlight_bg = base02;
|
||||
error = base07;
|
||||
error_bg = base0F;
|
||||
error = base05;
|
||||
error_bg = base08;
|
||||
statusbar = base00;
|
||||
statusbar_progress = base04;
|
||||
statusbar_bg = base04;
|
||||
cmdline = base05;
|
||||
cmdline_bg = base00;
|
||||
cmdline = base02;
|
||||
cmdline_bg = base05;
|
||||
search_match = base05;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue