rofi
This commit is contained in:
parent
0ae69871e8
commit
ca13101e90
323 changed files with 22014 additions and 0 deletions
9
rofi/powermenu/styles/berry.rasi
Normal file
9
rofi/powermenu/styles/berry.rasi
Normal file
|
@ -0,0 +1,9 @@
|
|||
* {
|
||||
background: #280F28ff;
|
||||
background-alt: #2D142Cff;
|
||||
foreground: #ffffffA6;
|
||||
border: #EE4540ff;
|
||||
border-alt: #C92A42ff;
|
||||
selected: #510A3299;
|
||||
urgent: #DA4453FF;
|
||||
}
|
9
rofi/powermenu/styles/bluish.rasi
Normal file
9
rofi/powermenu/styles/bluish.rasi
Normal file
|
@ -0,0 +1,9 @@
|
|||
* {
|
||||
background: #EFF0F1FF;
|
||||
background-alt: #E3E3E3FF;
|
||||
foreground: #000000A6;
|
||||
border: #000B83FF;
|
||||
border-alt: #3DAEE9FF;
|
||||
selected: #93CEE9FF;
|
||||
urgent: #DA4453FF;
|
||||
}
|
9
rofi/powermenu/styles/cocoa.rasi
Normal file
9
rofi/powermenu/styles/cocoa.rasi
Normal file
|
@ -0,0 +1,9 @@
|
|||
* {
|
||||
background: #3C3945FF;
|
||||
background-alt: #413E4Aff;
|
||||
foreground: #F7C7B2ff;
|
||||
border: #B38184ff;
|
||||
border-alt: #F3B69Eff;
|
||||
selected: #B381841a;
|
||||
urgent: #DA4453FF;
|
||||
}
|
10
rofi/powermenu/styles/colors.rasi
Normal file
10
rofi/powermenu/styles/colors.rasi
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Change the colorscheme for every menu simply by editing this file...
|
||||
*
|
||||
* Available Color Schemes
|
||||
*
|
||||
* bluish berry nordic nightly gotham mask faded cocoa
|
||||
*
|
||||
*/
|
||||
|
||||
@import "mask.rasi"
|
9
rofi/powermenu/styles/faded.rasi
Normal file
9
rofi/powermenu/styles/faded.rasi
Normal file
|
@ -0,0 +1,9 @@
|
|||
* {
|
||||
background: #57678CFF;
|
||||
background-alt: #5E6C91ff;
|
||||
foreground: #FFFCFFff;
|
||||
border: #FF83A7ff;
|
||||
border-alt: #F4BB6Cff;
|
||||
selected: #A0B5F44c;
|
||||
urgent: #DA4453FF;
|
||||
}
|
9
rofi/powermenu/styles/gotham.rasi
Normal file
9
rofi/powermenu/styles/gotham.rasi
Normal file
|
@ -0,0 +1,9 @@
|
|||
* {
|
||||
background: #24334Aff;
|
||||
background-alt: #29384Fff;
|
||||
foreground: #FEFFF1ff;
|
||||
border: #3A6081ff;
|
||||
border-alt: #715979ff;
|
||||
selected: #C46C854C;
|
||||
urgent: #DA4453FF;
|
||||
}
|
9
rofi/powermenu/styles/mask.rasi
Normal file
9
rofi/powermenu/styles/mask.rasi
Normal file
|
@ -0,0 +1,9 @@
|
|||
* {
|
||||
background: #3E4667ff;
|
||||
background-alt: #434C6Dff;
|
||||
foreground: #FAF7CCff;
|
||||
border: #CA8CA5ff;
|
||||
border-alt: #F0B2B3ff;
|
||||
selected: #EFD4B61a;
|
||||
urgent: #DA4453FF;
|
||||
}
|
9
rofi/powermenu/styles/nightly.rasi
Normal file
9
rofi/powermenu/styles/nightly.rasi
Normal file
|
@ -0,0 +1,9 @@
|
|||
* {
|
||||
background: #25344Bff;
|
||||
background-alt: #2A3950ff;
|
||||
foreground: #FEFFF1ff;
|
||||
border: #A162F7ff;
|
||||
border-alt: #45E3FFff;
|
||||
selected: #6F88FE1a;
|
||||
urgent: #DA4453FF;
|
||||
}
|
9
rofi/powermenu/styles/nordic.rasi
Normal file
9
rofi/powermenu/styles/nordic.rasi
Normal file
|
@ -0,0 +1,9 @@
|
|||
* {
|
||||
background: #425775ff;
|
||||
background-alt: #475C7Bff;
|
||||
foreground: #ffffffcc;
|
||||
border: #FDBB6Dff;
|
||||
border-alt: #DA717Fff;
|
||||
selected: #685E79ff;
|
||||
urgent: #DA4453FF;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue