Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
Remove more direct color settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Apr 8, 2022
1 parent 10045fe commit 276a1d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/code/syntax.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ code a {
}

code a:hover {
background: var(--color-gray-lighten-50);
background: var(--color-syntax-link-hover-bg);
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion src/css/code/workspace-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@

.workspace-item header .error-header .icon.warn {
font-size: 1rem;
color: var(--color-pink-1);
color: var(--color-main-error-fg);
}

.workspace-item .content .gutter {
Expand Down
1 change: 1 addition & 0 deletions src/css/themes/unison-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
--color-syntax-constructor: var(--color-blue-1);
--color-syntax-constructor-namespace: var(--color-blue-2);
--color-syntax-text: var(--color-green-1);
--color-syntax-link-hover-bg: var(--color-gray-lighten-50);

--color-syntax-monochrome-subtle: var(--color-main-subtle-fg);
--color-syntax-monochrome-base: var(--color-gray-base);
Expand Down

0 comments on commit 276a1d3

Please sign in to comment.