mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Light theme for yule
This commit is contained in:
parent
44e2c86970
commit
9b5f299a11
3 changed files with 9 additions and 2 deletions
5
config/hosts/yule/home/base16.nix
Normal file
5
config/hosts/yule/home/base16.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
base16.alias.default = "tomorrow.tomorrow";
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
{ ... }: { imports = [ ./sway ]; }
|
||||
{ ... }: { imports = [ ./sway ./base16.nix ]; }
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@
|
|||
{
|
||||
base16 = {
|
||||
shell.enable = true;
|
||||
schemes = [ "tomorrow.tomorrow-night-eighties" ];
|
||||
schemes = [ "tomorrow.tomorrow-night-eighties" "tomorrow.tomorrow" ];
|
||||
alias.light = "tomorrow.tomorrow";
|
||||
alias.dark = "tomorrow.tomorrow-night-eighties";
|
||||
};
|
||||
# home.base16-shell = {
|
||||
# enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue