Issues with sourcing colour configs, now files are concatenated into final config

This commit is contained in:
2026-03-10 11:04:42 +00:00
parent abe1cb125f
commit 56f5e8a217
18 changed files with 1499 additions and 7 deletions

View File

@@ -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 ###