mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
chore: move stylix color scheme
This commit is contained in:
parent
68bc6f5473
commit
ae9e5a6b5d
4 changed files with 3 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue