1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-17 11:30:02 +02:00
This commit is contained in:
Henrik Hautakoski 2024-04-03 21:26:54 +02:00
parent f910f44191
commit 213dc36872
5 changed files with 169 additions and 133 deletions

View file

@ -1,10 +1,10 @@
* {
font: "IBM Plex Mono 12";
font: "JetBrainsMono NF Medium 12";
bg: #282a33;
gray: #404754;
blue: #8ac6f2;
white: #eceff4;
bg: #0E1019;
gray: #131521;
blue: #89b4fa;
white: #eceef4;
yellow: #ebcb8b;
background-color: transparent;
@ -81,4 +81,4 @@ element-icon {
element-text {
text-color: inherit;
}
}