mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Add synthwave
This commit is contained in:
parent
9b6748e340
commit
8c0ba0d56b
3 changed files with 27 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ in {
|
||||||
mods.boot.enable = true;
|
mods.boot.enable = true;
|
||||||
|
|
||||||
mods.theme.enable = true;
|
mods.theme.enable = true;
|
||||||
mods.theme.scheme = "oxocarbon-dark";
|
mods.theme.scheme = "catppuccin-macchiato";
|
||||||
mods.theme.wallpaper = ./wallpaper.png;
|
mods.theme.wallpaper = ./wallpaper.png;
|
||||||
|
|
||||||
services.xserver.windowManager.i3.enable = true;
|
services.xserver.windowManager.i3.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,8 @@ in {
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoEnable = true;
|
autoEnable = true;
|
||||||
base16Scheme = cfg.scheme;
|
# base16Scheme = cfg.scheme;
|
||||||
|
base16Scheme = ./synthwave84.yaml;
|
||||||
image = cfg.wallpaper;
|
image = cfg.wallpaper;
|
||||||
cursor = {
|
cursor = {
|
||||||
name = "phinger-cursors-light";
|
name = "phinger-cursors-light";
|
||||||
|
|
|
||||||
24
modules/nixos/theme/synthwave84.yaml
Normal file
24
modules/nixos/theme/synthwave84.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
system: "base16"
|
||||||
|
name: "synthwave84"
|
||||||
|
slug: "synthwave84"
|
||||||
|
author: "Someone"
|
||||||
|
variant: "dark"
|
||||||
|
palette:
|
||||||
|
base00: "2a2139"
|
||||||
|
base01: "241b2f"
|
||||||
|
base02: "34294f"
|
||||||
|
base03: "8e6fe4"
|
||||||
|
base04: "c1c3e6"
|
||||||
|
base05: "f5f5ff"
|
||||||
|
base06: "ffffff"
|
||||||
|
base07: "fffdf8"
|
||||||
|
base08: "f92aad"
|
||||||
|
base09: "f97e72"
|
||||||
|
base0A: "ffe261"
|
||||||
|
base0B: "72f1b8"
|
||||||
|
base0C: "78dcff"
|
||||||
|
base0D: "36f9f6"
|
||||||
|
base0E: "ff7edb"
|
||||||
|
base0F: "bb8977"
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue