This commit is contained in:
iFargle 2024-01-04 19:41:36 +09:00
parent 674cc7a7f5
commit 9e95ad7e15
3 changed files with 7 additions and 2 deletions

View file

@ -25,6 +25,11 @@
base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow-night-eighties.yaml";
polarity = "dark";
targets = {
vscode.enable = true;
kitty = {
enable = true;
variant256colors = true;
};
waybar = {
enable = true;
enableCenterBackColors = true;

View file

@ -12,7 +12,7 @@
cwd-max-depth = 1;
condensed = true;
# valid choices: default, low-contrast, gruvbox, solarized-dark16, solarized-light16
theme = "gruvbox";
# theme = "gruvbox";
};
modules = [
"venv"

View file

@ -1,7 +1,7 @@
{ ... }: {
home.file.".config/btop/btop.conf".text = ''
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
color_theme = "everforest-dark-hard"
color_theme = "tty"
theme_background = True
truecolor = True
force_tty = False