Added ncmpc theme
This commit is contained in:
parent
55c30a5191
commit
886e305fd6
|
@ -12,6 +12,10 @@ I have implemented a manual switching mechanism so that I can switch configurati
|
|||
* [Dunst](https://github.com/dunst-project/dunst)
|
||||
* [Gnome Terminal](https://github.com/GNOME/gnome-terminal)
|
||||
|
||||
## Applications
|
||||
* [WeeChat](https://github.com/weechat/weechat)
|
||||
* [ncmpc](https://github.com/MusicPlayerDaemon/ncmpc)
|
||||
|
||||
# Themes
|
||||
## Master Branch
|
||||
### GTK
|
||||
|
@ -44,5 +48,7 @@ stow -t ~ polybar
|
|||
stow -t ~ rofi
|
||||
stow -t ~ gtk
|
||||
stow -t ~ zsh
|
||||
|
||||
stow -t ~ weechat
|
||||
stow -t ~ ncmpc
|
||||
~~~
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
enable-colors = yes
|
||||
color background = none
|
||||
color title = 073
|
||||
color title-bold = 073
|
||||
color line = 073
|
||||
color line-flags = 073
|
||||
color list = white
|
||||
color list-bold = 073
|
||||
color progressbar = 073
|
||||
color status-state = 073
|
||||
color status-song = 073
|
||||
color status-time = 073
|
||||
color alert = white
|
||||
|
Loading…
Reference in New Issue