Tutorial and Zim style. Renamed Papirus-Dark
This commit is contained in:
parent
25348e5056
commit
304816f882
Binary file not shown.
68
README.md
68
README.md
|
@ -1,11 +1,15 @@
|
|||
# Cyberpunk-Neon
|
||||
Cyberpunk Neon Themes for KDE Plasma, GTK, Telegram and Tilix
|
||||
Cyberpunk Neon Themes and icons for KDE Plasma, GTK, Telegram, Tilix and Zim
|
||||
|
||||
![Cyberpunk Neon theme in action](https://i.redd.it/lw08k55mkv921.png)
|
||||
|
||||
**WARNING**: The next themes are modified version of other themes and/or have not been tested enough, so they still contain color inconsistencies.
|
||||
|
||||
|
||||
Since my monitors have different resolutions the background looks weird when i take a screenshot, but it looks nice in RL :-P
|
||||
|
||||
##Description
|
||||
|
||||
* **Wallpaper:** [Highway 4k by AxiomDesign](https://www.deviantart.com/axiomdesign/art/Highway-4k-696620104)
|
||||
* **GTK**: [Materia-Dark](https://github.com/nana-4/materia-theme) modified with [oomox](https://github.com/themix-project/oomox)
|
||||
* **QT**: [Materia-Dark](https://github.com/PapirusDevelopmentTeam/materia-kde) modified with Plasma Color Settings
|
||||
|
@ -20,3 +24,65 @@ Since my monitors have different resolutions the background looks weird when i t
|
|||
* **Dotfiles**: [https://github.com/Roboron3042/Cyberpunk-Neon](https://github.com/Roboron3042/Cyberpunk-Neon)
|
||||
|
||||
Color Scheme base on [this palette](https://www.color-hex.com/color-palette/61235). Special thanks to all those who created the themes, pictures and tools i used to make this. Any comments or suggestions are appreciated.
|
||||
|
||||
##How to "install"
|
||||
|
||||
First, clone this repository with git
|
||||
|
||||
`git clone https://www.github.com/Roboron3042/Cyberpunk-Neon`
|
||||
|
||||
And cd into the directory
|
||||
|
||||
`cd Cyberpunk-Neon`
|
||||
|
||||
###GTK Theme
|
||||
|
||||
Extract Cyberpunk-Neon-GTK.tar.gz into ~/.themes/
|
||||
|
||||
`tar xzf Cyberpunk-Neon-GTK.tar.gz -C ~/.themes/`
|
||||
|
||||
An apply the theme via settings (in KDE = Settings -> Appearance - Application Style)
|
||||
|
||||
###KDE Color Scheme
|
||||
|
||||
Since this color scheme is based on [Materia-Dark](https://github.com/PapirusDevelopmentTeam/materia-k) you will have to install that theme first.
|
||||
|
||||
Next you have to copy CyberpunkNeon.colors to ~/.kde4/share/apps/color-schemes
|
||||
|
||||
`cp CyberpunkNeon.colors ~/.kde4/share/apps/color-schemes`
|
||||
|
||||
Now change the color scheme in Settings -> Appearance -> Color. Don't forget to also change Workspace Theme to Breeze if you want the system to follow the Color Scheme.
|
||||
|
||||
###Icons
|
||||
|
||||
Simply extract Papirus-Cyberpunk-Neon.tar.gz into ~/.icons/
|
||||
|
||||
`tar xzf Papirus-Cyberpunk-Neon.tar.gz -C ~/.icons/`
|
||||
|
||||
Apply the icons in system settings (KDE = Settings -> Appearance- Icons. Apply icons for GTK applications too in Settings -> Appearance - Application Style))
|
||||
|
||||
###Tilix Theme
|
||||
|
||||
The terminal i'm using is called Tilix. You can import my color scheme copying Cyberpunk-Neon.json into ~/.config/tilix/schemes
|
||||
|
||||
`cp Cyberpunk-Neon.json /home/rober/.config/tilix/schemes`
|
||||
|
||||
Select it in Settings -> Profile -> Color
|
||||
|
||||
###ZSH Theme
|
||||
|
||||
Those cool prompts I have are a ZSH theme. Assuming you already installed ZSH and the powerlevel9k theme for it, you only have to copy the contents of my powerlevel9k file into your ~/.zsh
|
||||
|
||||
###Zim
|
||||
|
||||
If you use Zim you can copy my style.conf into ~./config/zim
|
||||
|
||||
`cp style.conf ~./config/zim/`
|
||||
|
||||
###Telegram
|
||||
|
||||
Just drop the cyberpunk-neon.tdesktop-theme into the chat and open it.
|
||||
|
||||
##License
|
||||
|
||||
Everything in this repository is licensed under the GPL.
|
||||
|
|
|
@ -0,0 +1,79 @@
|
|||
[TextView]
|
||||
indent=30
|
||||
tabs=None
|
||||
font=
|
||||
justify=
|
||||
linespacing=3
|
||||
bullet_icon_size=GTK_ICON_SIZE_MENU
|
||||
|
||||
[Tag strong]
|
||||
foreground=#ffffff
|
||||
weight=PANGO_WEIGHT_BOLD
|
||||
|
||||
[Tag emphasis]
|
||||
style=PANGO_STYLE_ITALIC
|
||||
|
||||
[Tag mark]
|
||||
background=none
|
||||
foreground=#ffffff
|
||||
underline=PANGO_UNDERLINE_SINGLE
|
||||
|
||||
[Tag strike]
|
||||
strikethrough=True
|
||||
foreground=grey
|
||||
|
||||
[Tag code]
|
||||
foreground=#ea00d9
|
||||
family=monospace
|
||||
|
||||
[Tag pre]
|
||||
foreground=#ea00d9
|
||||
family=monospace
|
||||
wrap-mode=GTK_WRAP_NONE
|
||||
indent=20
|
||||
|
||||
[Tag link]
|
||||
foreground=#33FFFA
|
||||
weight=PANGO_WEIGHT_BOLD
|
||||
|
||||
[Tag tag]
|
||||
foreground=#ff80ff
|
||||
|
||||
[Tag h1]
|
||||
foreground=#EA00D9
|
||||
underline=PANGO_UNDERLINE_SINGLE
|
||||
weight=PANGO_WEIGHT_BOLD
|
||||
scale=1.75
|
||||
|
||||
[Tag h2]
|
||||
foreground=#EA00D9
|
||||
weight=PANGO_WEIGHT_BOLD
|
||||
scale=1.52
|
||||
|
||||
[Tag h3]
|
||||
foreground=#EA00D9
|
||||
style=PANGO_STYLE_ITALIC
|
||||
weight=PANGO_WEIGHT_BOLD
|
||||
scale=1.32
|
||||
|
||||
[Tag h4]
|
||||
foreground=#EA00D9
|
||||
weight=PANGO_WEIGHT_BOLD
|
||||
scale=1.15
|
||||
|
||||
[Tag h5]
|
||||
foreground=#EA00D9
|
||||
weight=PANGO_WEIGHT_BOLD
|
||||
|
||||
[Tag h6]
|
||||
foreground=#EA00D9
|
||||
|
||||
[Tag checked-checkbox]
|
||||
foreground=#55FF33
|
||||
|
||||
[Tag xchecked-checkbox]
|
||||
foreground=red
|
||||
|
||||
[Tag migrated-checkbox]
|
||||
foreground=yellow
|
||||
|
Loading…
Reference in New Issue