! --------------------------------------------
! -- This file is in the Xresource file format
! --------------------------------------------

! --------------------------------------------
! -- Look name
! --------------------------------------------

regolith.look: dracula

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

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

regolith.wallpaper.file: /usr/share/regolith-look/dracula/dracula-regolith.png
regolith.wallpaper.options: zoom

!-- *Or* specify a color

regolith.wallpaper.color.primary:

!-- 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/regolith-look/dracula/dracula-regolith.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
! --------------------------------------------

gtk.theme_name: Dracula
gtk.icon_theme_name: Dracula

! --------------------------------------------
! -- Compositor Config
! --------------------------------------------

regolith.compositor.picom.config: /usr/share/regolith-look/dracula/picom.conf
! -- Other compositor configs may be specified as desired:
! -- regolith.compositor.compton.config

! --------------------------------------------
! -- Fonts
! --------------------------------------------

#define gtk_font_name RobotoMono Nerd Font 12
#define gtk_document_font_name Sans 12
#define gtk_monospace_font_name RobotoMono Nerd Font 12

gtk.font_name: gtk_font_name
gtk.document_font_name: gtk_document_font_name
gtk.monospace_font_name: gtk_monospace_font_name

! --------------------------------------------
! -- Colors
! --------------------------------------------

! Dracula colors - https://github.com/dracula/dracula-theme
#define color_base01   #44475a
#define color_base00   #282a36
#define color_base0    #f8f8f2
#define color_base1    #f8f8f2
#define color_yellow   #f1fa8c
#define color_orange   #ffb86c
#define color_red      #ff5555
#define color_pink     #ff79c6
#define color_purple   #bd93f9
#define color_blue     #6272a4
#define color_cyan     #8be9fd
#define color_green    #50fa7b
#define color_pink2    #e356a7
#define color_green2   #42e66C
#define color_yellow2  #E4F34A
#define color_purple2  #9B6BDF
#define color_red2     #E64747
#define color_cyan2    #75D7EC
#define color_orange2  #EFA554

! --------------------------------------------
! -- Component resources
! --------------------------------------------

#include "/usr/share/regolith-look/dracula/i3xrocks"
#include "/usr/share/regolith-look/dracula/wm"
#include "/usr/share/regolith-look/dracula/gnome-terminal"

! --------------------------------------------
! -- Loader Path - Path to script responsible 
! -- for configuring UI from Xres values
! --------------------------------------------

regolith.look.loader: /usr/share/regolith-look/default_loader.sh
