Add ac-adaptive and ac-i3
This commit is contained in:
12
ac-i3/scripts/rofi/shared/colors.rasi
Normal file
12
ac-i3/scripts/rofi/shared/colors.rasi
Normal file
@@ -0,0 +1,12 @@
|
||||
/* Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com> */
|
||||
|
||||
/* Colors */
|
||||
|
||||
* {
|
||||
background: #1e222a;
|
||||
background-alt: #292e39;
|
||||
foreground: #c8ccd4;
|
||||
selected: #da6e89;
|
||||
active: #98c379;
|
||||
urgent: #e06c75;
|
||||
}
|
||||
7
ac-i3/scripts/rofi/shared/fonts.rasi
Normal file
7
ac-i3/scripts/rofi/shared/fonts.rasi
Normal file
@@ -0,0 +1,7 @@
|
||||
/* Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com> */
|
||||
|
||||
/* Text Font */
|
||||
|
||||
* {
|
||||
font: "JetBrainsMono Nerd Font 10";
|
||||
}
|
||||
Reference in New Issue
Block a user