Add Cyberpunk-Neon theme for ncspot
This commit is contained in:
parent
59af630d47
commit
b87b382272
|
@ -35,6 +35,7 @@
|
||||||
- [Rofi](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/sway#rofi)
|
- [Rofi](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/sway#rofi)
|
||||||
- [Waybar](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/sway#waybar)
|
- [Waybar](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/sway#waybar)
|
||||||
- [Terminal Apps](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal-apps#terminal-apps)
|
- [Terminal Apps](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal-apps#terminal-apps)
|
||||||
|
- [ncspot](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal-apps#ncspot)
|
||||||
- [Newsboat (or Newsbeuter)](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal-apps#newsboat)
|
- [Newsboat (or Newsbeuter)](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal-apps#newsboat)
|
||||||
- [Vim](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal-apps#vim)
|
- [Vim](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal-apps#vim)
|
||||||
- [ZSH](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal-apps#zsh)
|
- [ZSH](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal-apps#zsh)
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Terminal Apps
|
# Terminal Apps
|
||||||
|
|
||||||
|
## ncspot
|
||||||
|
|
||||||
|
Add the contents of ncspot/config.toml to ~/.config/ncspot/config.toml
|
||||||
|
|
||||||
## Newsboat
|
## Newsboat
|
||||||
|
|
||||||
Also valid for Newsbeuter. Append the contents of newsboat/config to ~/.newsboat/config
|
Also valid for Newsbeuter. Append the contents of newsboat/config to ~/.newsboat/config
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
# vim: ft=cfg
|
||||||
|
[theme]
|
||||||
|
|
||||||
|
background = "#091833"
|
||||||
|
primary = "#0abdc6"
|
||||||
|
secondary = "#133e7c"
|
||||||
|
title = "#ea00d9"
|
||||||
|
playing = "#ea00d9"
|
||||||
|
playing_bg = "#321959"
|
||||||
|
highlight = "#ea00d9"
|
||||||
|
highlight_bg = "#133e7c"
|
||||||
|
error = "#091833"
|
||||||
|
error_bg = "#ff0000"
|
||||||
|
statusbar = "#ea00d9"
|
||||||
|
statusbar_progress = "#ea00d9"
|
||||||
|
statusbar_bg = "#321959"
|
||||||
|
cmdline = "#00ff00"
|
||||||
|
cmdline_bg = "#000b1e"
|
||||||
|
search = "#0abdc6"
|
||||||
|
search_match = "#ea00d9"
|
Loading…
Reference in New Issue