moss pre nvim update
This commit is contained in:
parent
ded131e163
commit
d56aab681e
@ -1,12 +1,8 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
image = ./../../src/wallpapers/dark-cat.png;
|
||||||
# Point Stylix to your new scheme
|
base16Scheme = ./../../src/themes/moss.yaml;
|
||||||
base16Scheme = ../../src/themes/moss.yaml;
|
|
||||||
|
|
||||||
# keep the wallpaper if you still want it
|
|
||||||
image = ../../src/wallpapers/dark-cat.png;
|
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
autoEnable = true;
|
autoEnable = true;
|
||||||
|
|
||||||
@ -23,6 +19,7 @@
|
|||||||
popups = 10;
|
popups = 10;
|
||||||
terminal = 12;
|
terminal = 12;
|
||||||
};
|
};
|
||||||
|
|
||||||
monospace = {
|
monospace = {
|
||||||
name = "JetBrainsMono Nerd Font";
|
name = "JetBrainsMono Nerd Font";
|
||||||
package = pkgs.nerd-fonts.jetbrains-mono;
|
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||||
|
|||||||
@ -1,9 +1,7 @@
|
|||||||
# 16-colour “Moss” scheme generated from user palette
|
|
||||||
system: "base16"
|
system: "base16"
|
||||||
name: "Moss"
|
name: "Moss"
|
||||||
author: "You"
|
author: "You"
|
||||||
variant: "dark"
|
variant: "dark"
|
||||||
|
|
||||||
palette:
|
palette:
|
||||||
base00: "262818" # darkest – main background
|
base00: "262818" # darkest – main background
|
||||||
base01: "282810"
|
base01: "282810"
|
||||||
@ -13,8 +11,6 @@ palette:
|
|||||||
base05: "4E4E35" # default foreground
|
base05: "4E4E35" # default foreground
|
||||||
base06: "68674F" # bright fg (selection, etc.)
|
base06: "68674F" # bright fg (selection, etc.)
|
||||||
base07: "C4C4A5" # lightest
|
base07: "C4C4A5" # lightest
|
||||||
|
|
||||||
# Accents — duplicated/tinted from your list so we have 16 total
|
|
||||||
base08: "727259" # red slot – dusky olive
|
base08: "727259" # red slot – dusky olive
|
||||||
base09: "606047" # orange slot – deeper olive
|
base09: "606047" # orange slot – deeper olive
|
||||||
base0A: "C4C4A5" # yellow slot – light moss
|
base0A: "C4C4A5" # yellow slot – light moss
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user