Skip to content

Commit

Permalink
Apply Invert and hue-rotate filter on light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed May 19, 2023
1 parent 9c30f40 commit 588832e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ body {
font-family: var(--vscode-font-family);
// background-color: var(--vscode-editor-background); TODO:
background-color: #161616;
&.vscode-light {
background-color: var(--vscode-editor-background);
filter: invert( 1 ) hue-rotate( 180deg );
}
}
ol, ul, *[role=list] {
Expand Down

0 comments on commit 588832e

Please sign in to comment.