New color system

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

View File

@ -1,20 +0,0 @@
{ ... }: {
custom.colors = {
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

@ -13,6 +13,8 @@ packages = [
# Visual
pkgs.imagemagick
pkgs.kate
pkgs.helix
pkgs.howl
#Games
pkgs.prismlauncher-qt5
@ -28,7 +30,7 @@ nonFreePackages = [
];
in {
imports = [ ../colors/monokai-dark ];
custom.colors = import ../themes/colors/base16-monokai.nix;
custom.wallpaper = ../wallpapers/blip-blip-blip-blip.jpg;
home = {

View File

@ -12,40 +12,40 @@
programs.ncspot.settings.theme = with config.custom.colors; {
# Attempts to look kinda green like the official client
background = base00;
primary = base04;
secondary = base01;
title = base0B; # green
playing = base0B; # green
playing_selected = base0C; # cyan
playing_bg = base06;
highlight = base04;
highlight_bg = base02;
error = base04;
error_bg = base08;
statusbar = base00;
statusbar_progress = base0B;
statusbar_bg = base0B;
cmdline = base04;
search_match = base0A;
# background = base00;
# primary = base04;
# secondary = base01;
# title = base0B; # green
# playing = base0B; # green
# playing_selected = base0C; # cyan
# playing_bg = base06;
# highlight = base04;
# highlight_bg = base02;
# error = base04;
# error_bg = base08;
# statusbar = base00;
# statusbar_progress = base0B;
# statusbar_bg = base0B;
# cmdline = base04;
# search_match = base0A;
# background = "black"
# primary = "light white"
# secondary = "light black"
# title = "green"
# playing = "green"
# playing_selected = "light green"
# playing_bg = "black"
# highlight = "light white"
# highlight_bg = "#484848"
# error = "light white"
# error_bg = "red"
# statusbar = "black"
# statusbar_progress = "green"
# statusbar_bg = "green"
# cmdline = "light white"
# cmdline_bg = "black"
# search_match = "light red"
background = "black";
primary = "light white";
secondary = "light black";
title = "green";
playing = "green";
playing_selected = "light green";
playing_bg = "black";
highlight = "light white";
highlight_bg = "#484848";
error = "light white";
error_bg = "red";
statusbar = "black";
statusbar_progress = "green";
statusbar_bg = "green";
cmdline = "light white";
cmdline_bg = "black";
search_match = "light red";
};
};
}

View File

@ -1,2 +0,0 @@
#! /etc/fish

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";
}