Issues with sourcing colour configs, now files are concatenated into final config
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
$color_primary = rgb(55ffbb)
|
||||
$color_secondary = rgb(62ff57)
|
||||
$color_tertiary = rgb(ff579a)
|
||||
$color_bg = rgb(1b110e)
|
||||
$color_bg_secondary = rgb(000000)
|
||||
$color_alt_bg = rgb(024942)
|
||||
$color_gray = rgb(222222)
|
||||
$color_text_light = rgb(F0F0F0)
|
||||
$color_text_dark = rgb(1b110e)
|
||||
$color_white = rgb(FFFFFF)
|
||||
# Hyprland config - converted from i3 config by Adam French
|
||||
# https://wiki.hyprland.org/Configuring/
|
||||
|
||||
source = ~/scripts/hypr/colors.conf
|
||||
|
||||
################
|
||||
### MONITORS ###
|
||||
|
||||
Reference in New Issue
Block a user