Switch to light theme

This commit is contained in:
Tim Schubert 2021-04-13 22:12:22 +02:00
parent 398bcc77e1
commit 9ec4671420
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 72 additions and 39 deletions

View file

@ -15,54 +15,87 @@ in
font.size = 9;
shell.program = "tmux";
window.decorations = "none";
# XTerm's default colors
colors = {
# Base16 Spacemacs 256 - alacritty color config
# Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)
# Default colors
primary = {
background = "0x1f2022";
foreground = "0xa3a3a3";
background = "#ffffff";
foreground = "#000000";
};
# Colors the cursor will use if `custom_cursor_colors` is true
cursor = {
text = "0x1f2022";
cursor = "0xa3a3a3";
text = "#ffffff";
cursor = "#000000";
};
# Normal colors
normal = {
black = "0x1f2022";
red = "0xf2241f";
green = "0x67b11d";
yellow = "0xb1951d";
blue = "0x4f97d7";
magenta = "0xa31db1";
cyan = "0x2d9574";
white = "0xa3a3a3";
black = "#000000";
red = "#cd0000";
green = "#00cd00";
yellow = "#cdcd00";
blue = "#0000ee";
magenta = "#cd00cd";
cyan = "#00cdcd";
white = "#e5e5e5";
};
# Bright colors
bright = {
black = "0x585858";
red = "0xf2241f";
green = "0x67b11d";
yellow = "0xb1951d";
blue = "0x4f97d7";
magenta = "0xa31db1";
cyan = "0x2d9574";
white = "0xf8f8f8";
black = "#7f7f7f";
red = "#ff0000";
green = "#00ff00";
yellow = "#ffff00";
blue = "#5c5cff";
magenta = "#ff00ff";
cyan = "#00ffff";
white = "#ffffff";
};
indexed_colors = [
{ index = 16; color = "0xffa500"; }
{ index = 17; color = "0xb03060"; }
{ index = 18; color = "0x282828"; }
{ index = 19; color = "0x444155"; }
{ index = 20; color = "0xb8b8b8"; }
{ index = 21; color = "0xe8e8e8"; }
];
};
#colors = {
# # Base16 Spacemacs 256 - alacritty color config
# # Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)
# # Default colors
# primary = {
# background = "0x1f2022";
# foreground = "0xa3a3a3";
# };
# # Colors the cursor will use if `custom_cursor_colors` is true
# cursor = {
# text = "0x1f2022";
# cursor = "0xa3a3a3";
# };
# # Normal colors
# normal = {
# black = "0x1f2022";
# red = "0xf2241f";
# green = "0x67b11d";
# yellow = "0xb1951d";
# blue = "0x4f97d7";
# magenta = "0xa31db1";
# cyan = "0x2d9574";
# white = "0xa3a3a3";
# };
# # Bright colors
# bright = {
# black = "0x585858";
# red = "0xf2241f";
# green = "0x67b11d";
# yellow = "0xb1951d";
# blue = "0x4f97d7";
# magenta = "0xa31db1";
# cyan = "0x2d9574";
# white = "0xf8f8f8";
# };
# indexed_colors = [
# { index = 16; color = "0xffa500"; }
# { index = 17; color = "0xb03060"; }
# { index = 18; color = "0x282828"; }
# { index = 19; color = "0x444155"; }
# { index = 20; color = "0xb8b8b8"; }
# { index = 21; color = "0xe8e8e8"; }
# ];
#};
};
};
};

View file

@ -11,7 +11,7 @@ in
gtk = {
enable = true;
theme.package = pkgs.gnome3.gnome-themes-extra;
theme.name = "Adwaita-dark";
theme.name = "Adwaita";
iconTheme.package = pkgs.gnome3.adwaita-icon-theme;
iconTheme.name = "Adwaita";
font.package = pkgs.cantarell-fonts;

View file

@ -56,8 +56,8 @@ endif
set t_Co=256
set background=dark
colorscheme spacemacs-theme
set background=light
"colorscheme spacemacs-theme
" Use tabs for indent
set smarttab