mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-17 18:20:56 +01:00
feat: Style cmus with stylix
Based on https://github.com/averms/base16-cmus
This commit is contained in:
parent
45284953bb
commit
a15fd23b9b
39
home/cmus.nix
Normal file
39
home/cmus.nix
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [ cmus ];
|
||||||
|
|
||||||
|
xdg.configFile."cmus/rc".text = /* cmusrc */ ''
|
||||||
|
colorscheme stylix
|
||||||
|
'';
|
||||||
|
|
||||||
|
xdg.configFile."cmus/stylix.theme".text = /* cmusrc */ ''
|
||||||
|
set color_win_fg=default
|
||||||
|
set color_win_bg=default
|
||||||
|
set color_statusline_fg=2
|
||||||
|
set color_statusline_bg=default
|
||||||
|
set color_titleline_fg=2
|
||||||
|
set color_titleline_bg=default
|
||||||
|
set color_win_title_fg=2
|
||||||
|
set color_win_title_bg=default
|
||||||
|
set color_win_title_attr=bold
|
||||||
|
set color_cmdline_bg=default
|
||||||
|
set color_cmdline_fg=default
|
||||||
|
set color_error=1
|
||||||
|
set color_info=6
|
||||||
|
set color_separator=16
|
||||||
|
set color_win_cur=13
|
||||||
|
set color_win_cur_sel_bg=default
|
||||||
|
set color_win_cur_sel_fg=3
|
||||||
|
set color_win_cur_sel_attr=underline
|
||||||
|
set color_win_inactive_cur_sel_bg=default
|
||||||
|
set color_win_inactive_cur_sel_fg=13
|
||||||
|
set color_win_sel_bg=default
|
||||||
|
set color_win_sel_fg=3
|
||||||
|
set color_win_sel_attr=underline
|
||||||
|
set color_win_inactive_sel_bg=default
|
||||||
|
set color_win_inactive_sel_fg=1
|
||||||
|
set color_win_dir=default
|
||||||
|
'';
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
home-manager.sharedModules = [
|
home-manager.sharedModules = [
|
||||||
|
./cmus.nix
|
||||||
./dunst.nix
|
./dunst.nix
|
||||||
./eww.nix
|
./eww.nix
|
||||||
./fcitx.nix
|
./fcitx.nix
|
||||||
|
@ -89,7 +89,6 @@
|
|||||||
crystalline
|
crystalline
|
||||||
thud
|
thud
|
||||||
pipe-rename
|
pipe-rename
|
||||||
cmus
|
|
||||||
ironbar
|
ironbar
|
||||||
wallust
|
wallust
|
||||||
activate-linux-wayland
|
activate-linux-wayland
|
||||||
|
Loading…
Reference in New Issue
Block a user