From 5735044b5cc74c6ec8fdfd0c9290ca0a4239bd85 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 7 Jan 2024 13:19:34 +0900 Subject: [PATCH] day variant --- home-manager/common/desktops/hyprland/themes/tokyo-day.nix | 2 +- nixos/common/desktops/hyprland/themes/tokyo-day.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/common/desktops/hyprland/themes/tokyo-day.nix b/home-manager/common/desktops/hyprland/themes/tokyo-day.nix index 1927de24..1ca7ec2a 100644 --- a/home-manager/common/desktops/hyprland/themes/tokyo-day.nix +++ b/home-manager/common/desktops/hyprland/themes/tokyo-day.nix @@ -2,6 +2,6 @@ # Themes https://github.com/tinted-theming/base16-schemes stylix = { image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; - base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-light.yaml"; }; } \ No newline at end of file diff --git a/nixos/common/desktops/hyprland/themes/tokyo-day.nix b/nixos/common/desktops/hyprland/themes/tokyo-day.nix index 1927de24..1ca7ec2a 100644 --- a/nixos/common/desktops/hyprland/themes/tokyo-day.nix +++ b/nixos/common/desktops/hyprland/themes/tokyo-day.nix @@ -2,6 +2,6 @@ # Themes https://github.com/tinted-theming/base16-schemes stylix = { image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; - base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-light.yaml"; }; } \ No newline at end of file