mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add themes from rofi-themes (adapta, indego, monokai)
This commit is contained in:
parent
d245a4e6a1
commit
a41d734d88
4 changed files with 43 additions and 3 deletions
|
@ -127,12 +127,16 @@ README.html: README.md
|
|||
###
|
||||
themedir=$(pkgdatadir)/themes/
|
||||
theme_DATA=\
|
||||
themes/android_notification.theme\
|
||||
themes/Adapta-Nokto.theme\
|
||||
themes/Arc.theme\
|
||||
themes/DarkBlue.theme\
|
||||
themes/Indego.theme\
|
||||
themes/Monokai.theme\
|
||||
themes/Paper.theme\
|
||||
themes/android_notification.theme\
|
||||
themes/blor.theme\
|
||||
themes/blue.theme\
|
||||
themes/c64.theme\
|
||||
themes/DarkBlue.theme\
|
||||
themes/glue_pro_blue.theme\
|
||||
themes/gruvbox-dark-hard.theme\
|
||||
themes/gruvbox-dark-soft.theme\
|
||||
|
@ -141,7 +145,6 @@ theme_DATA=\
|
|||
themes/gruvbox-light-soft.theme\
|
||||
themes/gruvbox-light.theme\
|
||||
themes/lb.theme\
|
||||
themes/Paper.theme\
|
||||
themes/purple.theme\
|
||||
themes/solarized.theme\
|
||||
themes/solarized_alternate.theme
|
||||
|
|
9
themes/Adapta-Nokto.theme
Normal file
9
themes/Adapta-Nokto.theme
Normal file
|
@ -0,0 +1,9 @@
|
|||
! ------------------------------------------------------------------------------
|
||||
! ROFI Color theme
|
||||
! Based on Adapta-Nokto GTK theme (https://github.com/adapta-project/adapta-gtk-theme)
|
||||
! ------------------------------------------------------------------------------
|
||||
rofi.color-enabled: true
|
||||
rofi.color-window: #3a4c54, #2a373e, #c3c6c8
|
||||
rofi.color-normal: #455a64, #fafbfc, #455a64, #00bcd4, #fafbfc
|
||||
rofi.color-active: #455a64, #00bcd4, #455a64, #009688, #fdf6e3
|
||||
rofi.color-urgent: #455a64, #ff5252, #455a64, #ff5252, #fdf6e3
|
14
themes/Indego.theme
Normal file
14
themes/Indego.theme
Normal file
|
@ -0,0 +1,14 @@
|
|||
! ------------------------------------------------------------------------------
|
||||
! ROFI Color theme
|
||||
! User: qball
|
||||
! ------------------------------------------------------------------------------
|
||||
! "Color scheme for normal row" Set from: File
|
||||
rofi.color-normal: argb:07986cb, #e8eaf6, #283593, #3f51b5, #e8eaf6
|
||||
! "Color scheme for urgent row" Set from: File
|
||||
rofi.color-urgent: argb:0fdf6e3, #ffcdd2, #b71c1c, #ffcdd2, #b71c1c
|
||||
! "Color scheme for active row" Set from: File
|
||||
rofi.color-active: argb:0fdf6e3, #b2ebf2, #006064, #b2ebf2, #006064
|
||||
! "Color scheme window" Set from: File
|
||||
rofi.color-window: #1a237e, #e8eaf6, #e8eaf6
|
||||
! "Separator style (none, dash, solid)" Set from: XResources
|
||||
rofi.separator-style: solid
|
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