Skip to content

Commit

Permalink
Merge pull request #20 from haaspors/blackhole-walpaper-color
Browse files Browse the repository at this point in the history
blackhole: Fix wallpaper.color.primary to use defined black
  • Loading branch information
kgilmer authored Jun 29, 2024
2 parents 259d82c + 8ea5655 commit 2048062
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions usr/share/regolith-look/blackhole/root
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,6 @@

regolith.look: blackhole

! --------------------------------------------
! -- Wallpaper
! --------------------------------------------

! -- Specify either a complete file path to an image

regolith.wallpaper.file: /usr/share/backgrounds/regolith-blackhole-v1.0.0.png
regolith.wallpaper.options: zoom

!-- *Or* specify a color

regolith.wallpaper.color.primary: black

!-- If specifying a primary color, optional additional settings

regolith.wallpaper.color.secondary:
regolith.wallpaper.color.shading.type:

! --------------------------------------------
! -- Lockscreen Wallpaper
! --------------------------------------------

!-- the following keys can be set to specify the lockscreen background, as above with desktop wallpaper

! -- Specify either a complete file path to an image
! -- and (optionally) options how to display the file

regolith.lockscreen.wallpaper.file: /usr/share/backgrounds/regolith-blackhole-v1.0.0.png
regolith.lockscreen.wallpaper.options: zoom

!-- *Or* specify a color

regolith.lockscreen.wallpaper.color.primary:

!-- If specifying a primary color, optional additional settings

regolith.lockscreen.wallpaper.color.secondary:
regolith.lockscreen.wallpaper.color.shading.type:

! --------------------------------------------
! -- Theme elements
! --------------------------------------------
Expand Down Expand Up @@ -89,6 +50,45 @@ gtk.monospace_font_name: gtk_monospace_font_name
#define color_cyan #95e6cb
#define color_green #bae67e

! --------------------------------------------
! -- Wallpaper
! --------------------------------------------

! -- Specify either a complete file path to an image

regolith.wallpaper.file: /usr/share/backgrounds/regolith-blackhole-v1.0.0.png
regolith.wallpaper.options: zoom

!-- *Or* specify a color

regolith.wallpaper.color.primary: color_black

!-- If specifying a primary color, optional additional settings

regolith.wallpaper.color.secondary:
regolith.wallpaper.color.shading.type:

! --------------------------------------------
! -- Lockscreen Wallpaper
! --------------------------------------------

!-- the following keys can be set to specify the lockscreen background, as above with desktop wallpaper

! -- Specify either a complete file path to an image
! -- and (optionally) options how to display the file

regolith.lockscreen.wallpaper.file: /usr/share/backgrounds/regolith-blackhole-v1.0.0.png
regolith.lockscreen.wallpaper.options: zoom

!-- *Or* specify a color

regolith.lockscreen.wallpaper.color.primary:

!-- If specifying a primary color, optional additional settings

regolith.lockscreen.wallpaper.color.secondary:
regolith.lockscreen.wallpaper.color.shading.type:

! --------------------------------------------
! -- Component resources
! --------------------------------------------
Expand Down

0 comments on commit 2048062

Please sign in to comment.