Skip to content

Commit

Permalink
update base terminal.css to the new default scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
panr committed Aug 30, 2024
1 parent d2397d6 commit 7587830
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/terminal.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@import url("https://fonts.googleapis.com/css2?family=Fira+Code&family=Fira+Code:wght@400;700&display=swap");

:root {
--background: #222129;
--foreground: #ffffff;
--accent: #ffa86a;
--background: #1a170f;
--foreground: #eceae5;
--accent: #eec35e;
--font-size: 1rem;
--line-height: 1.54rem;
--radius: 0px;
Expand All @@ -28,7 +28,7 @@ body {
"Fira Code",
Monaco,
Consolas,
Ubuntu Mono,
"Ubuntu Mono",
monospace;
font-size: 1rem;
font-weight: 400;
Expand Down

0 comments on commit 7587830

Please sign in to comment.