test
This commit is contained in:
parent
e0a36fb821
commit
a928891e4f
4 changed files with 34 additions and 0 deletions
|
@ -244,6 +244,7 @@
|
||||||
gruvbox.enable = true;
|
gruvbox.enable = true;
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
dracula.enable = true;
|
dracula.enable = true;
|
||||||
|
oxocarbon.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
|
|
11
stylix/sakura/default.nix
Normal file
11
stylix/sakura/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{lib, inputs, pkgs, gpu, system, theme, ...}: {
|
||||||
|
# Themes https://github.com/tinted-theming/base16-schemes
|
||||||
|
stylix = {
|
||||||
|
image = /etc/nixos/git/docs/icons/nixos/white.png;
|
||||||
|
polarity = "dark";
|
||||||
|
base16Scheme = ./sakura.yaml;
|
||||||
|
autoEnable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
}
|
3
stylix/sakura/home-manager/nixvim.nix
Normal file
3
stylix/sakura/home-manager/nixvim.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{ lib, ... }: {
|
||||||
|
programs.nixvim.colorscheme = lib.mkForce "everforest";
|
||||||
|
}
|
19
stylix/sakura/sakura.yaml
Normal file
19
stylix/sakura/sakura.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
scheme: "Atelier Heath Light"
|
||||||
|
author: "Bram de Haan (http://atelierbramdehaan.nl)"
|
||||||
|
variant: "light"
|
||||||
|
base00: "f7f3f7"
|
||||||
|
base01: "d8cad8"
|
||||||
|
base02: "ab9bab"
|
||||||
|
base03: "9e8f9e"
|
||||||
|
base04: "776977"
|
||||||
|
base05: "695d69"
|
||||||
|
base06: "292329"
|
||||||
|
base07: "1b181b"
|
||||||
|
base08: "ca402b"
|
||||||
|
base09: "a65926"
|
||||||
|
base0A: "bb8a35"
|
||||||
|
base0B: "918b3b"
|
||||||
|
base0C: "159393"
|
||||||
|
base0D: "516aec"
|
||||||
|
base0E: "7b59c0"
|
||||||
|
base0F: "cc33cc"
|
Loading…
Reference in a new issue