mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Add darkblue as screen
This commit is contained in:
parent
62434f0e8c
commit
24a945eb3f
2 changed files with 16 additions and 1 deletions
|
@ -127,8 +127,9 @@ README.html: README.md
|
||||||
###
|
###
|
||||||
themedir=$(pkgdatadir)/themes/
|
themedir=$(pkgdatadir)/themes/
|
||||||
theme_DATA=\
|
theme_DATA=\
|
||||||
themes/android_notification.theme\
|
|
||||||
themes/Arc.theme\
|
themes/Arc.theme\
|
||||||
|
themes/DarkBlue.theme\
|
||||||
|
themes/android_notification.theme\
|
||||||
themes/blor.theme\
|
themes/blor.theme\
|
||||||
themes/blue.theme\
|
themes/blue.theme\
|
||||||
themes/c64.theme\
|
themes/c64.theme\
|
||||||
|
|
14
themes/DarkBlue.theme
Normal file
14
themes/DarkBlue.theme
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
! ------------------------------------------------------------------------------
|
||||||
|
! ROFI Color theme
|
||||||
|
! User: qball
|
||||||
|
! ------------------------------------------------------------------------------
|
||||||
|
! "Color scheme for normal row" Set from: File
|
||||||
|
rofi.color-normal: argb:0000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f
|
||||||
|
! "Color scheme for urgent row" Set from: File
|
||||||
|
rofi.color-urgent: argb:0000000, #ff81ff, argb:00000000, #ff817f, #02143f
|
||||||
|
! "Color scheme for active row" Set from: File
|
||||||
|
rofi.color-active: argb:0000000, #8ac4ff, argb:00000000, #8ac4ff, #02143f
|
||||||
|
! "Color scheme window" Set from: File
|
||||||
|
rofi.color-window: argb:dd000021, #dbdfbc, #dbdfbc
|
||||||
|
! "Separator style (none, dash, solid)" Set from: XResources
|
||||||
|
rofi.separator-style: solid
|
Loading…
Add table
Reference in a new issue