From bebe878b8494250311f5a364ebf9aa8aa105b66a Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Thu, 11 Jul 2024 23:51:12 +0900 Subject: [PATCH] Add everforest color scheme --- .../home-manager/ricing/hyprland/default.nix | 2 +- modules/ricing/stylix/themes/nostalgia.nix | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/ricing/hyprland/default.nix b/modules/home-manager/ricing/hyprland/default.nix index 09ffed6..b609ef6 100644 --- a/modules/home-manager/ricing/hyprland/default.nix +++ b/modules/home-manager/ricing/hyprland/default.nix @@ -36,7 +36,7 @@ }; decoration = { - rounding = "10"; + rounding = "15"; drop_shadow = "true"; shadow_range = "4"; diff --git a/modules/ricing/stylix/themes/nostalgia.nix b/modules/ricing/stylix/themes/nostalgia.nix index f9d2537..2569164 100644 --- a/modules/ricing/stylix/themes/nostalgia.nix +++ b/modules/ricing/stylix/themes/nostalgia.nix @@ -6,6 +6,25 @@ stylix.image = ../../../wallpapers/maze.png; + stylix.base16Scheme = { + base00 = "2b3339"; # Default Background + base01 = "323c41";# Lighter Background (Used for status bars, line number and folding marks) + base02 = "503946";# Selection Background + base03 = "868d80";# Comments, Invisibles, Line Highlighting + base04 = "d3c6aa";# Dark Foreground (Used for status bars) + base05 = "d3c6aa";# Default Foreground, Caret, Delimiters, Operators + base06 = "e9e8d2";# Light Foreground (Not often used) + base07 = "fff9e8";# Light Background (Not often used) + base08 = "7fbbb3";# Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted + base09 = "d699b6";# Integers, Boolean, Constants, XML Attributes, Markup Link Url + base0A = "83c092";# Classes, Markup Bold, Search Text Background + base0B = "dbbc7f";# Strings, Inherited Class, Markup Code, Diff Inserted + base0C = "e69875";# Support, Regular Expressions, Escape Characters, Markup Quotes + base0D = "a7c080";# Functions, Methods, Attribute IDs, Headings + base0E = "e67e80";# Keywords, Storage, Selector, Markup Italic, Diff Changed + base0F = "d699b6";# Deprecated, Opening/Closing Embedded Language Tags, e.g. + }; + # GRUB stylix.targets.grub = { enable = true;