Style: Rename color hl to highlight.
This commit is contained in:
parent
a0ff993ad1
commit
f573be99a7
|
@ -11,7 +11,7 @@ in {
|
|||
file = (pkgs.formats.iniWithGlobalSection { }).generate "MakoConfig" {
|
||||
globalSection = {
|
||||
anchor = "top-center";
|
||||
background-color = "#${color.hl}${alpha}";
|
||||
background-color = "#${color.highlight}${alpha}";
|
||||
border-color = "#${color.border}${alpha}";
|
||||
default-timeout = 10000;
|
||||
font = "${config.module.style.font.serif.name} ${toString config.module.style.font.size.popup}";
|
||||
|
|
|
@ -44,7 +44,7 @@ in {
|
|||
hovered = hover;
|
||||
marker_copied = mkMarker color.accent;
|
||||
marker_cut = mkMarker color.accent;
|
||||
marker_marked = mkMarker color.hl;
|
||||
marker_marked = mkMarker color.highlight;
|
||||
marker_selected = mkMarker color.selection;
|
||||
preview_hovered = hover;
|
||||
tab_active = mkCounter color.selection;
|
||||
|
|
|
@ -19,7 +19,7 @@ in {
|
|||
color = {
|
||||
accent = mkStrOption stylix.colors.base0A;
|
||||
heading = mkStrOption stylix.colors.base0D;
|
||||
hl = mkStrOption stylix.colors.base03;
|
||||
highlight = mkStrOption stylix.colors.base03;
|
||||
keyword = mkStrOption stylix.colors.base0E;
|
||||
link = mkStrOption stylix.colors.base09;
|
||||
misc = mkStrOption stylix.colors.base0F;
|
||||
|
|
Loading…
Reference in a new issue