dark mode turned on and added rofi instead of wofi
This commit is contained in:
14
.config/rofi/shared/colors.rasi
Normal file
14
.config/rofi/shared/colors.rasi
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> */
|
||||
|
||||
/* Colors */
|
||||
|
||||
* {
|
||||
background: #303446;
|
||||
background-alt: #16161e;
|
||||
//border: #89ddff;
|
||||
border: #7aa2f7;
|
||||
foreground: #C6D0F5;
|
||||
selected: #A6D189;
|
||||
active: #F4B8E4;
|
||||
urgent: #E78284;
|
||||
}
|
||||
Reference in New Issue
Block a user