mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
stylix: Change theme to oceanicnext
This commit is contained in:
parent
01368898b8
commit
6f4ebc95be
@ -1,9 +1,12 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
theme = "oceanicnext";
|
||||||
|
in
|
||||||
{
|
{
|
||||||
stylix.image = ../assets/wallpaper.png;
|
stylix.image = ../assets/wallpaper.png;
|
||||||
stylix.polarity = "dark";
|
stylix.polarity = "dark";
|
||||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/monokai.yaml";
|
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/${theme}.yaml";
|
||||||
|
|
||||||
stylix.opacity = {
|
stylix.opacity = {
|
||||||
terminal = 0.92;
|
terminal = 0.92;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user