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
|
#+begin_src nix :tangle no :noweb-ref theme
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${self}/wallpaper/swarsel.yaml";
|
base16Scheme = "${self}/programs/stylix/swarsel.yaml";
|
||||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml";
|
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
opacity.popups = 0.5;
|
opacity.popups = 0.5;
|
||||||
cursor = {
|
cursor = {
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,7 @@
|
||||||
{
|
{
|
||||||
stylix = lib.mkIf (!config.swarselsystems.isNixos) {
|
stylix = lib.mkIf (!config.swarselsystems.isNixos) {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${self}/wallpaper/swarsel.yaml";
|
base16Scheme = "${self}/programs/stylix/swarsel.yaml";
|
||||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml";
|
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
opacity.popups = 0.5;
|
opacity.popups = 0.5;
|
||||||
cursor = {
|
cursor = {
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,7 @@
|
||||||
{
|
{
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${self}/wallpaper/swarsel.yaml";
|
base16Scheme = "${self}/programs/stylix/swarsel.yaml";
|
||||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml";
|
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
opacity.popups = 0.5;
|
opacity.popups = 0.5;
|
||||||
cursor = {
|
cursor = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue