home: remove colorschemes
This commit is contained in:
parent
43ae8cb9b9
commit
9ba664ee37
4 changed files with 0 additions and 10 deletions
|
@ -6,10 +6,6 @@
|
|||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
import = [
|
||||
"${pkgs.vimPlugins.tokyonight-nvim}/extras/alacritty/tokyonight_night.toml"
|
||||
];
|
||||
|
||||
cursor.style = "beam";
|
||||
font.size = 10;
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
fcitx5.addons =
|
||||
(with pkgs; [
|
||||
libsForQt5.fcitx5-chinese-addons
|
||||
fcitx5-tokyonight
|
||||
])
|
||||
++ (with inputs.berberman.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
fcitx5-pinyin-moegirl
|
||||
|
@ -17,7 +16,6 @@
|
|||
};
|
||||
|
||||
xdg.configFile."fcitx5/conf/classicui.conf".text = ''
|
||||
Theme=Tokyonight-Storm
|
||||
Vertical Candidate List=True
|
||||
PreferTextIcon=True
|
||||
'';
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting
|
||||
source ${pkgs.vimPlugins.tokyonight-nvim}/extras/fish/tokyonight_night.fish
|
||||
'';
|
||||
plugins = [
|
||||
{
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
# Unsure about the syntax for defining keybindings in Nix (refer to line 16)
|
||||
xdg.configFile."zellij/config.kdl".text = lib.mkForce ''
|
||||
// TODO: Text selection is not displayed due to the use of the same color as
|
||||
// my terminal background.
|
||||
theme "tokyo-night-dark"
|
||||
simplified_ui true
|
||||
pane_frames false
|
||||
default_layout "compact"
|
||||
|
|
Loading…
Reference in a new issue