Skip to content

Commit

Permalink
🎨 phocus colors
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Feb 8, 2024
1 parent e2ed515 commit 684623c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions derivs/phocus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ stdenvNoCC.mkDerivation rec {

postPatch = ''
substituteInPlace scss/gtk-3.0/_colors.scss \
--replace "@fg@" "#${colors.foreground}" \
--replace "@fg2@" "#${colors.color7}" \
--replace "@bg0@" "#${colors.darker}" \
--replace "@bg1@" "#${colors.background}" \
--replace "@bg2@" "#${colors.mbg}"\
Expand Down

0 comments on commit 684623c

Please sign in to comment.