Add Cyberpunk-Neon theme for ncspot

This commit is contained in:
cybvik 2022-11-17 10:11:36 +01:00
parent 59af630d47
commit b87b382272
3 changed files with 28 additions and 3 deletions

View File

@ -35,6 +35,7 @@
- [Rofi](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/sway#rofi)
- [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)
- [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)
- [Vim](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal-apps#vim)
- [ZSH](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal-apps#zsh)

View File

@ -1,5 +1,9 @@
# Terminal Apps
## ncspot
Add the contents of ncspot/config.toml to ~/.config/ncspot/config.toml
## Newsboat
Also valid for Newsbeuter. Append the contents of newsboat/config to ~/.newsboat/config

View File

@ -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"