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