termite config file
This commit is contained in:
parent
bbbb0db5c1
commit
9021a9c67b
|
@ -27,6 +27,7 @@
|
|||
- [Welcome Screen](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/kde#welcome-screen)
|
||||
- [Terminal](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal#terminal)
|
||||
- [Konsole](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal#konsole)
|
||||
- [Termite](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal#termite)
|
||||
- [Tilix](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal#tilix)
|
||||
- [Other](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal#other)
|
||||
- [Vim](https://github.com/Roboron3042/Cyberpunk-Neon/tree/master/terminal#vim)
|
||||
|
|
|
@ -4,10 +4,18 @@ In this folder you will find colorschemes for different terminal emulators and a
|
|||
|
||||
### Konsole
|
||||
|
||||
Copy konsole/cyberpunk-neon.colorscheme into ~~/.local/share/konsole/
|
||||
Copy konsole/cyberpunk-neon.colorscheme into ~/.local/share/konsole/
|
||||
|
||||
`cp konsole/cyberpunk-neon.colorscheme ~/.local/share/konsole/`
|
||||
|
||||
### Termite
|
||||
|
||||
Copy termite/config into ~/.config/termite/config
|
||||
|
||||
`cp termite/config ~/.config/termite/config`
|
||||
|
||||
Restart termite.
|
||||
|
||||
### Tilix
|
||||
|
||||
Copy tilix/cyberpunk-neon.json into ~/.config/tilix/schemes
|
||||
|
|
|
@ -0,0 +1,42 @@
|
|||
[colors]
|
||||
# Cyberpunk Neon: https://github.com/Roboron3042/Cyberpunk-Neon
|
||||
# Author: Roberto Michán Sánchez (Roboron)
|
||||
# License: CC-BY-SA-4.0
|
||||
|
||||
foreground = #0abdc6
|
||||
foreground_bold = #0abdc6
|
||||
cursor = #0abdc6
|
||||
cursor_foreground = #000b1e
|
||||
background = #000b1e
|
||||
|
||||
# 16 color space
|
||||
|
||||
# Black, Gray, Silver, White
|
||||
color0 = #123e7c
|
||||
color8 = #1c61c2
|
||||
color7 = #d7d7d5
|
||||
color15 = #d7d7d5
|
||||
|
||||
# Red
|
||||
color1 = #ff0000
|
||||
color9 = #ff0000
|
||||
|
||||
# Green
|
||||
color2 = #d300c4
|
||||
color10 = #d300c4
|
||||
|
||||
# Yellow
|
||||
color3 = #f57800
|
||||
color11 = #ff5780
|
||||
|
||||
# Blue
|
||||
color4 = #123e7c
|
||||
color12 = #00ff00
|
||||
|
||||
# Purple
|
||||
color5 = #711c91
|
||||
color13 = #711c91
|
||||
|
||||
# Teal
|
||||
color6 = #0abdc6
|
||||
color14 = #0abdc6
|
Loading…
Reference in New Issue