Skip to content

Improve Contrast: Higher contrast for unselected HINTS(LH), lower contrast for selected HUD #2

Description

@CAESIUS-TIM
@@ -37,7 +37,7 @@
 .HUD {
   border-radius: 3px;
   text-transform: lowercase;
-  color: var(--title);
+  color: var(--fg);
   max-width: 420px;
   min-width: unset;
   line-height: 20px;
@@ -46,7 +46,7 @@
 }

 .HUD.D {
-  color: var(--ntitle);
+  color: var(--nfg);
 }

 .HUD:after {
@@ -66,14 +66,14 @@

 /* HINTS */
 .LH {
-  color: var(--fg);
+  color: var(--title);
   border: 1px solid var(--border);
   background: var(--bg);
   box-shadow: var(--shadow);
 }

 .D .LH {
-  color: var(--nfg);
+  color: var(--ntitle);
   border: 1px solid var(--nborder);
   background: var(--nbg);
   box-shadow: var(--shadow);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions