New color system

This commit is contained in:
2024-01-29 19:56:18 -07:00
parent f5f1a2b69c
commit 7acf0e13f3
12 changed files with 162 additions and 56 deletions

View File

@@ -0,0 +1,18 @@
{
base00 = "#090300";
base01 = "#3a3432";
base02 = "#4a4543";
base03 = "#5c5855";
base04 = "#807d7c";
base05 = "#a5a2a2";
base06 = "#d6d5d4";
base07 = "#f7f7f7";
base08 = "#db2d20";
base09 = "#e8bbd0";
base0A = "#fded02";
base0B = "#01a252";
base0C = "#b5e4f4";
base0D = "#01a0e4";
base0E = "#a16a94";
base0F = "#cdab53";
}

View File

@@ -0,0 +1,18 @@
{
base00 = "#031a16";
base01 = "#0b342d";
base02 = "#184e45";
base03 = "#2b685e";
base04 = "#5f9c92";
base05 = "#81b5ac";
base06 = "#a7cec8";
base07 = "#d2e7e4";
base08 = "#3e9688";
base09 = "#3e7996";
base0A = "#3e4c96";
base0B = "#883e96";
base0C = "#963e4c";
base0D = "#96883e";
base0E = "#4c963e";
base0F = "#3e965b";
}

View File

@@ -0,0 +1,18 @@
{
base00 = "#272822";
base01 = "#383830";
base02 = "#49483e";
base03 = "#75715e";
base04 = "#a59f85";
base05 = "#f8f8f2";
base06 = "#f5f4f1";
base07 = "#f9f8f5";
base08 = "#f92672";
base09 = "#fd971f";
base0A = "#f4bf75";
base0B = "#a6e22e";
base0C = "#a1efe4";
base0D = "#66d9ef";
base0E = "#ae81ff";
base0F = "#cc6633";
}

View File

@@ -0,0 +1,18 @@
{
base00 = "#151718";
base01 = "#282a2b";
base02 = "#3b758c";
base03 = "#41535b";
base04 = "#43a5d5";
base05 = "#d6d6d6";
base06 = "#eeeeee";
base07 = "#ffffff";
base08 = "#cd3f45";
base09 = "#db7b55";
base0A = "#e6cd69";
base0B = "#9fca56";
base0C = "#55dbbe";
base0D = "#55b5db";
base0E = "#a074c4";
base0F = "#8a553f";
}

View File

@@ -0,0 +1,18 @@
{
base00 = "#f0f0f0";
base01 = "#f0d848";
base02 = "#fff018";
base03 = "#f01818";
base04 = "#f00000";
base05 = "#d80000";
base06 = "#489000";
base07 = "#30a860";
base08 = "#487830";
base09 = "#183048";
base0A = "#426395";
base0B = "#5c5c6a";
base0C = "#2c3c57";
base0D = "#001878";
base0E = "#900000";
base0F = "#140c0d";
}

View File

@@ -0,0 +1,18 @@
{
base00 = "#000000";
base01 = "#1c1c1c";
base02 = "#383838";
base03 = "#545454";
base04 = "#7e7e7e";
base05 = "#a8a8a8";
base06 = "#d2d2d2";
base07 = "#fcfcfc";
base08 = "#fc5454";
base09 = "#a85400";
base0A = "#fcfc54";
base0B = "#54fc54";
base0C = "#54fcfc";
base0D = "#5454fc";
base0E = "#fc54fc";
base0F = "#00a800";
}

View File

@@ -0,0 +1,18 @@
{
base00 = "#191919";
base01 = "#de6e7c";
base02 = "#819b69";
base03 = "#b77e64";
base04 = "#6099c0";
base05 = "#b279a7";
base06 = "#66a5ad";
base07 = "#bbbbbb";
base08 = "#3d3839";
base09 = "#e8838f";
base0A = "#8bae68";
base0B = "#d68c67";
base0C = "#61abda";
base0D = "#cf86c1";
base0E = "#65b8c1";
base0F = "#8e8e8e";
}

View File

@@ -0,0 +1,93 @@
# Kaolin-dark scheme by alternateved (http://github.com/alternateved)
# Inspired by (https://github.com/ogdenwebb/emacs-kaolin-themes)
{ config, ... }: {
custom.colors = {
base00 = "#18181B";
base01 = "#222225";
base02 = "#4B5254";
base03 = "#545C5E";
base04 = "#879193";
base05 = "#9ba5a7";
base06 = "#d0d0d4";
base07 = "#E4E4E8";
base08 = "#CD5C60";
base09 = "#DBAC66";
base0A = "#F2C866";
base0B = "#6FB593";
base0C = "#4D9391";
base0D = "#91B9C7";
base0E = "#845A84";
base0F = "#E36D5B";
};
custom.colors.kitty.enable = false;
programs.kitty.settings = with config.custom.colors; {
## name: Kaolin Dark
## author: Ogden Webb
## license: GNU GPLv3
## blurb: Dark jade theme inspired by Sierra.vim.
# The basic colors
foreground = base07;
background = "#000000";
# background = base00;
selection_foreground = base00;
selection_background = base07;
# Cursor colors
cursor = base07;
cursor_text_color = "#ffffff";
# kitty window border colors
active_border_color = base0C;
inactive_border_color = base02;
# Tab bar colors
active_tab_background = base07;
active_tab_foreground = base00;
inactive_tab_background = base04;
inactive_tab_foreground = base00;
# black
color0 = base02;
color8 = base04;
# red
color1 = base08;
color9 = base0F;
# green
color2 = base0B;
color10 = "#72CCBA";
# yellow
color3 = base09;
color11 = base0A;
# blue
color4 = base0D;
color12 = "#97B8DE";
# magenta
color5 = base0E;
color13 = "#8C629C";
# cyan
color6 = base0C;
color14 = "#5096AB";
# white
color7 = base07;
color15 = "#EFEFF1";
# other
color16 = base09;
color17 = base0F;
color18 = base01;
color19 = base02;
color20 = base04;
color21 = base06;
};
}