Skip to content

Commit

Permalink
chore: move stylix color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Dec 31, 2024
1 parent 68bc6f5 commit ae9e5a6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions SwarselSystems.org
Original file line number Diff line number Diff line change
Expand Up @@ -14314,8 +14314,7 @@ This is where the theme for the whole OS is defined. Originally, this noweb-ref

#+begin_src nix :tangle no :noweb-ref theme
enable = true;
base16Scheme = "${self}/wallpaper/swarsel.yaml";
# base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml";
base16Scheme = "${self}/programs/stylix/swarsel.yaml";
polarity = "dark";
opacity.popups = 0.5;
cursor = {
Expand Down
3 changes: 1 addition & 2 deletions profiles/common/home/stylix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
{
stylix = lib.mkIf (!config.swarselsystems.isNixos) {
enable = true;
base16Scheme = "${self}/wallpaper/swarsel.yaml";
# base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml";
base16Scheme = "${self}/programs/stylix/swarsel.yaml";
polarity = "dark";
opacity.popups = 0.5;
cursor = {
Expand Down
3 changes: 1 addition & 2 deletions profiles/common/nixos/stylix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
{
stylix = {
enable = true;
base16Scheme = "${self}/wallpaper/swarsel.yaml";
# base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml";
base16Scheme = "${self}/programs/stylix/swarsel.yaml";
polarity = "dark";
opacity.popups = 0.5;
cursor = {
Expand Down
File renamed without changes.

0 comments on commit ae9e5a6

Please sign in to comment.