This commit is contained in:
Salim Zaidi 2023-06-28 18:00:21 +01:00
parent 2d1bd8ac64
commit 5ec3bdebdd
20 changed files with 663 additions and 47 deletions

View file

@ -1,10 +1,10 @@
* {
font: "Jetbrains Mono 12";
foreground: #f8f8f2;
background-color: #282a36;
active-background: #d6acff;
urgent-background: #ff5555;
urgent-foreground: #282a36;
foreground: #d8d8d8;
background-color: #181818;
active-background: #878787;
urgent-background: #ab4642;
urgent-foreground: #151515;
selected-background: @active-background;
selected-urgent-background: @urgent-background;
selected-active-background: @active-background;