Skip to content

Commit

Permalink
feat: Add slight green tint to background in hacker terminal theme
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Dec 11, 2021
1 parent d12b10e commit 5574fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/themes/hacker-terminal.xcss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

:root {
--s: 0 0 0 1px #1b6225; // shadow
--b: #0a0000; // background
--b: #001104; // background
--t: #26ba3c; // text
--c1: #113321; // bookmark node hover background, hr, button border, search input border
--c2: #0a0000; // bookmarks bar, menu dropdown, "load more" button
--c2: #001104; // bookmarks bar, menu dropdown, "load more" button
--c3: #26ba3c; // icons, empty folder text, text fallback (headings, etc.)

color-scheme: dark;
Expand Down

0 comments on commit 5574fdc

Please sign in to comment.