rustboro: change to default-light color scheme

This commit is contained in:
Aly Raffauf 2024-08-18 12:05:56 -04:00
parent 3c0e2448b7
commit b2af985513

View file

@ -1,7 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
stylix = { stylix = {
enable = true; enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine-dawn.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/default-light.yaml";
image = let image = let
wallpapers = builtins.fetchGit { wallpapers = builtins.fetchGit {