diff --git a/home/modules/theming.nix b/home/modules/theming.nix index 90483af..c83f291 100644 --- a/home/modules/theming.nix +++ b/home/modules/theming.nix @@ -60,50 +60,4 @@ gtk-recent-files-max-age = 0; }; }; - -home.file.".config/cosmic/com.system76.CosmicTheme.Light/v1/theme".text = '' - ( - accent: ( - red: 0.2, - green: 0.4, - blue: 0.9, - alpha: 1.0, - ), - background: ( - red: 0.95, - green: 0.95, - blue: 0.97, - alpha: 1.0, - ), - ) -''; - - /*wayland.windowManager.cosmic.appearance = { - theme = "Dark"; - darkTheme = { - # ── Backgrounds ─────────────────────────────────────────── - backgroundColor = { r = 0.157; g = 0.157; b = 0.157; a = 1.0; }; # #282828 bg0 - primaryContainerColor = { r = 0.196; g = 0.196; b = 0.196; a = 1.0; }; # #323232 bg1 - secondaryContainerColor = { r = 0.224; g = 0.212; b = 0.196; a = 1.0; }; # #3c3836 bg2 - - # ── Accent (yellow — swap base0D for blue if preferred) ─── - accentColor = { r = 0.980; g = 0.737; b = 0.184; }; # #fac232 yellow - - # ── Text ────────────────────────────────────────────────── - onBackgroundColor = { r = 0.922; g = 0.859; b = 0.698; a = 1.0; }; # #ebdbb2 fg1 - - # ── Semantic colors ─────────────────────────────────────── - destructiveColor = { r = 0.984; g = 0.286; b = 0.204; }; # #fb4934 red - successColor = { r = 0.722; g = 0.733; b = 0.149; }; # #b8bb26 green - warningColor = { r = 0.980; g = 0.737; b = 0.184; }; # #fabd2f yellow - - # ── Shape ───────────────────────────────────────────────── - cornerRadii = { - roundedSmall = 4; - roundedMedium = 8; - roundedLarge = 16; - }; - windowHintOutlineWidth = 2; - }; -};*/ }