Update
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/* Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> */
|
||||
|
||||
/* Colors */
|
||||
|
||||
* {
|
||||
background: #12171f;
|
||||
background-alt: #1b232f;
|
||||
foreground: #aebecb;
|
||||
selected: #A95D66;
|
||||
active: #3D4D63;
|
||||
urgent: #3B4454;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
/* Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> */
|
||||
|
||||
/* Text Font */
|
||||
|
||||
* {
|
||||
font: "Iosevka 10";
|
||||
}
|
||||
Reference in New Issue
Block a user