commit
fdc352f029
3 changed files with 39 additions and 0 deletions
25
README.md
25
README.md
|
@ -235,6 +235,31 @@ rofi.color-window: argb:ee333333, #1aa,#1aa
|
||||||
rofi.separator-style: dash
|
rofi.separator-style: dash
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
# Monokai.theme
|
||||||
|
by milouse
|
||||||
|
|
||||||
|
## Screenshot
|
||||||
|
|
||||||
|
![Screenshot](./Screenshots/Monokai.png)
|
||||||
|
|
||||||
|
## XResources
|
||||||
|
|
||||||
|
~~~
|
||||||
|
! ------------------------------------------------------------------------------
|
||||||
|
! ROFI Color theme
|
||||||
|
! ------------------------------------------------------------------------------
|
||||||
|
! "Color scheme for normal row" Set from: File
|
||||||
|
rofi.color-normal: argb:00272822, #f8f8f2, argb:00272822, #141411, #f8f8f2
|
||||||
|
! "Color scheme for urgent row" Set from: File
|
||||||
|
rofi.color-urgent: argb:00272822, #f92672, argb:00272822, #f92672, #f8f8f2
|
||||||
|
! "Color scheme for active row" Set from: File
|
||||||
|
rofi.color-active: argb:00272822, #a6e22a, argb:00272822, #141411, #a6e22a
|
||||||
|
! "Color scheme window" Set from: File
|
||||||
|
rofi.color-window: argb:ee272822, #002b36, #e6db74
|
||||||
|
! "Separator style (none, dash, solid)" Set from: File
|
||||||
|
rofi.separator-style: solid
|
||||||
|
~~~
|
||||||
|
|
||||||
# Paper.theme
|
# Paper.theme
|
||||||
by qball
|
by qball
|
||||||
|
|
||||||
|
|
BIN
Screenshots/Monokai.png
Normal file
BIN
Screenshots/Monokai.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
14
Themes/Monokai.theme
Normal file
14
Themes/Monokai.theme
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
! ------------------------------------------------------------------------------
|
||||||
|
! ROFI Color theme
|
||||||
|
! User: milouse
|
||||||
|
! ------------------------------------------------------------------------------
|
||||||
|
! "Color scheme for normal row" Set from: File
|
||||||
|
rofi.color-normal: argb:00272822, #f8f8f2, argb:00272822, #141411, #f8f8f2
|
||||||
|
! "Color scheme for urgent row" Set from: File
|
||||||
|
rofi.color-urgent: argb:00272822, #f92672, argb:00272822, #f92672, #f8f8f2
|
||||||
|
! "Color scheme for active row" Set from: File
|
||||||
|
rofi.color-active: argb:00272822, #a6e22a, argb:00272822, #141411, #a6e22a
|
||||||
|
! "Color scheme window" Set from: File
|
||||||
|
rofi.color-window: argb:ee272822, #002b36, #e6db74
|
||||||
|
! "Separator style (none, dash, solid)" Set from: File
|
||||||
|
rofi.separator-style: solid
|
Loading…
Reference in a new issue