From f1ef3ca79e05c53c9e97a69f247f27c7765476db Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Mon, 14 Apr 2025 13:48:12 -0400 Subject: [PATCH] Updates hyprland theme config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Comments out VS Code profile setting to disable specific profiles • Revises palette colors and associated documentation links for consistency --- .../common/optional/hyprland/theme/default.nix | 3 ++- .../optional/hyprland/theme/invincible.yaml | 18 ++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/home/toph/common/optional/hyprland/theme/default.nix b/home/toph/common/optional/hyprland/theme/default.nix index 24e7f32..d556c04 100644 --- a/home/toph/common/optional/hyprland/theme/default.nix +++ b/home/toph/common/optional/hyprland/theme/default.nix @@ -45,7 +45,7 @@ in hyprpaper.enable = true; vscode = { enable = false; - profileNames = [ "Stylix" ]; + # profileNames = [ "Stylix" ]; }; }; }; @@ -77,3 +77,4 @@ in }; }; } + \ No newline at end of file diff --git a/home/toph/common/optional/hyprland/theme/invincible.yaml b/home/toph/common/optional/hyprland/theme/invincible.yaml index a441e25..dc79375 100644 --- a/home/toph/common/optional/hyprland/theme/invincible.yaml +++ b/home/toph/common/optional/hyprland/theme/invincible.yaml @@ -4,24 +4,22 @@ name: Invincible author: tophc7 variant: dark palette: - base00: "232323" - base01: "232C30" - base02: "233A43" - base03: "224756" + base00: "262A2B" + base01: "2E3233" + base02: "323739" + base03: "464E53" base04: "ADE0FB" base05: "D4ECF1" base06: "E7F2EC" base07: "FAF7E6" base08: "EE2E00" # Red base09: "F7A94E" # Orange - base0A: "21438D" # Yellow - base0B: "#8DE364" # Green + base0A: "2B57B6" # Yellow + base0B: "8DE364" # Green base0C: "59A3C0" # Cyan base0D: "FCEEA1" # Blue base0E: "AC92BF" # Purple base0F: "EA5E79" # Magenta -# https://coolors.co/ee2e00-f68e1b-fee45c-becf68-4197ba-123787-3f2a47-806994-cfc5de-ea5e79 -# https://coolors.co/fafbe8-000000-131311-1d1d19-262621-1db3ec-65caf4-89d5f8-ade0fb -# https://coolors.co/ee2e00-f7a94e-21438d-8de364-59a3c0-fceea1-ac92bf-ea5e79 -# https://coolors.co/232323-232c30-233a43-224756-ade0fb-d4ecf1-e7f2ec-faf7e6 +# https://coolors.co/262a2b-2e3233-323739-464e53-ade0fb-d4ecf1-e7f2ec-faf7e6 +# https://coolors.co/ee2e00-f7a94e-2b57b6-8de364-59a3c0-fceea1-ac92bf-ea5e79