firefox tabs, nord base16 scheme, wallpaper alt

This commit is contained in:
Noah Masur 2022-05-07 22:04:34 -04:00
parent c311e8625b
commit 93f254abf9
3 changed files with 22 additions and 1 deletions

View File

@ -21,7 +21,7 @@
gitEmail = "7386960+nmasur@users.noreply.github.com"; gitEmail = "7386960+nmasur@users.noreply.github.com";
gui = { gui = {
colorscheme = (import ./modules/colorscheme/gruvbox); colorscheme = (import ./modules/colorscheme/gruvbox);
wallpaper = ./media/wallpaper/gray-forest.jpg; wallpaper = ../../../Downloads/nix.jpg;
gtkTheme = "Adwaita-dark"; gtkTheme = "Adwaita-dark";
}; };
}; };

View File

@ -43,6 +43,7 @@
:root { :root {
--focus-outline-color: ${config.gui.colorscheme.base04} !important; --focus-outline-color: ${config.gui.colorscheme.base04} !important;
--toolbar-color: ${config.gui.colorscheme.base07} !important; --toolbar-color: ${config.gui.colorscheme.base07} !important;
--tab-min-height: 20px !important;
} }
/* Background of tab bar */ /* Background of tab bar */
.toolbar-items { .toolbar-items {

View File

@ -0,0 +1,20 @@
{
name = "nord";
author = "arcticicestudio";
base00 = "#2E3440";
base01 = "#3B4252";
base02 = "#434C5E";
base03 = "#4C566A";
base04 = "#D8DEE9";
base05 = "#E5E9F0";
base06 = "#ECEFF4";
base07 = "#8FBCBB";
base08 = "#88C0D0";
base09 = "#81A1C1";
base0A = "#5E81AC";
base0B = "#BF616A";
base0C = "#D08770";
base0D = "#EBCB8B";
base0E = "#A3BE8C";
base0F = "#B48EAD";
}