minutiae
This commit is contained in:
parent
03df32095d
commit
6c0aa6cf9b
5 changed files with 73 additions and 67 deletions
|
|
@ -4,28 +4,8 @@ stylix = {
|
|||
enable = true;
|
||||
autoEnable = true;
|
||||
enableReleaseChecks = false;
|
||||
base16Scheme = {
|
||||
scheme = "My Custom Theme";
|
||||
author = "you";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/selenized-black.yaml";
|
||||
|
||||
base00 = "#0f0f14";
|
||||
base01 = "#16161e";
|
||||
base02 = "#1f1f2a";
|
||||
base03 = "#2a2a37";
|
||||
base04 = "#a0a0b0";
|
||||
base05 = "#c0c0d0";
|
||||
base06 = "#e0e0f0";
|
||||
base07 = "#ffffff";
|
||||
|
||||
base08 = "#f7768e"; # red
|
||||
base09 = "#ff9e64"; # orange
|
||||
base0A = "#e0af68"; # yellow
|
||||
base0B = "#9ece6a"; # green
|
||||
base0C = "#7dcfff"; # cyan
|
||||
base0D = "#7aa2f7"; # blue
|
||||
base0E = "#bb9af7"; # purple
|
||||
base0F = "#db4b4b"; # brown
|
||||
};
|
||||
polarity = "dark";
|
||||
fonts = {
|
||||
monospace = {
|
||||
|
|
@ -33,12 +13,12 @@ stylix = {
|
|||
name = "Inconsolata";
|
||||
};
|
||||
sansSerif = {
|
||||
package = pkgs.inter;
|
||||
name = "Inter";
|
||||
package = pkgs.noto-fonts;
|
||||
name = "NotoSans";
|
||||
};
|
||||
serif = {
|
||||
package = pkgs.source-serif;
|
||||
name = "Source Serif 4";
|
||||
package = pkgs.noto-fonts;
|
||||
name = "NotoSerif";
|
||||
};
|
||||
emoji = {
|
||||
package = pkgs.noto-fonts-color-emoji;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue