This commit is contained in:
2023-05-24 14:14:36 +02:00
parent 5d399c7700
commit 10f6634765
596 changed files with 114803 additions and 375 deletions
@@ -0,0 +1,12 @@
/* Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> */
/* Colors */
* {
background: #232735;
background-alt: #2d3245;
foreground: #7C84A8;
selected: #00A9A5;
active: #98C379;
urgent: #E06B74;
}
@@ -0,0 +1,7 @@
/* Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> */
/* Text Font */
* {
font: "Iosevka 10";
}