Skip to content

Commit

Permalink
Merge pull request #4 from vChavezB/darkmode
Browse files Browse the repository at this point in the history
darkmode: added color for type-dp and changed literal color for contr…
  • Loading branch information
vChavezB authored Jan 6, 2024
2 parents cf6c17b + d5991f1 commit cb99336
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/resources/darkmode/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
--href-hover: gray;
--bg-hlist: #67676E;
--bg-description:#67676E;
--literal:#00D900;
--literal:#49C00D;
--type-ap: #EB4A4A;
--type-op: #75E1FC;
--type-dp: #75FA32;
}

1 change: 1 addition & 0 deletions src/main/resources/darkmode/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
--literal:green;
--type-ap: maroon;
--type-op: navy;
--type-dp: green;
}
2 changes: 1 addition & 1 deletion src/main/resources/lode/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ h1 {

.type-dp {
cursor:help;
color:green;
color:var(--type-dp);
}

.type-ep {
Expand Down

0 comments on commit cb99336

Please sign in to comment.