stylix: Change theme to oceanicnext

This commit is contained in:
Donovan Glover 2023-06-25 21:42:26 -04:00
parent 01368898b8
commit 6f4ebc95be
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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;