gianmarco
/
dotfiles
Archived
1
0
Fork 0

Added a pywal color scheme for the terminal

master
Gianmarco Gargiulo 2021-12-16 12:57:19 +01:00
parent 4ba4b0bead
commit f0cbab52a0
3 changed files with 32 additions and 2 deletions

View File

@ -0,0 +1,27 @@
{
"wallpaper": "/data/Creazioni/Red Line Wallpaper/redline_radiance.png",
"alpha": "100",
"special": {
"background": "#2A2C2B",
"foreground": "#e89691",
"cursor": "#e89691"
},
"colors": {
"color0": "#191a19",
"color1": "#69332E",
"color2": "#6E332E",
"color3": "#6F332E",
"color4": "#903730",
"color5": "#B03A31",
"color6": "#D03D33",
"color7": "#e89691",
"color8": "#a26965",
"color9": "#69332E",
"color10": "#6E332E",
"color11": "#6F332E",
"color12": "#903730",
"color13": "#B03A31",
"color14": "#D03D33",
"color15": "#e89691"
}
}

1
.zshrc
View File

@ -115,6 +115,7 @@ export LANG=it_IT.UTF-8
# START APPENDING FROM HERE
pfetch
wal --theme .config/wal/colorschemes/dark/nightmare_magma.json -qe
alias dots='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
alias ls="exa -lFhUm --icons --git"

View File

@ -8,13 +8,13 @@
- **KDE Plasma** for the color scheme and the icon pack (and **Latte** if you want the dock);
- **Polybar** for the status bar (and **Python** with **dbus-python** for the media player and mail modules and **polybar-pulseaudio-control** for the volume module);
- **zsh** and **powerlevel10k** for the fancy shell prompt (and **pfetch** if you want the ascii logo thing).
- **zsh**, **powerlevel10k** for the fancy shell prompt, **pfetch** if you want the ascii logo thing and **pywal** for the custom terminal colors.
Extra stuff might be required for my Polybar scripts. Continue reading, don't be lazy.
## How to install
After installing the dependencies, place the stuff like you see it in your home directory. Change the settings of your Plasma desktop, of your shell or terminal emulator, make Polybar launch at startup and you should be good to go. If you want pfetch to run when you open a terminal, append the line `pfetch` at the bottom of your `.zshrc` file. By the way I have now my own `.zshrc` where I have some aliases at the bottom of the file. To activate the powerlevel10k theme make sure you have this line `source ~/.p10k.zsh` in your `.zshrc` file.
After installing the dependencies, place the stuff like you see it in your home directory. Change the settings of your Plasma desktop, of your shell or terminal emulator, make Polybar launch at startup and you should be good to go. If you want pfetch to run when you open a terminal, append the line `pfetch` at the bottom of your `.zshrc` file. By the way I have now my own `.zshrc` where I have some aliases at the bottom of the file. To activate the powerlevel10k theme make sure you have this line `source ~/.p10k.zsh` in your `.zshrc` file. I've also made a custom color scheme with pywal.
## Explaining some things
@ -58,6 +58,8 @@ This is **my own custom color scheme** based on Breeze Dark, designed to be the
This up here is the color palette, with the main color being **Signature Red** (#EB4034), the same kinda pinkish shade of red I've been using for my own branding. The shades of black have kind of a **warm hue** to them, especially the darker one, adding to the already warm shades of red. These colors are also used in the Polybar config.
I have also generated a color scheme for the terminal with pywal which matches most of the colors in the color scheme.
### The Nightmare Magma icon pack
This is just a slightly modified version of the Breeze Dark icons from KDE, the only difference is that all folder icons, including the Dolphin icon, are now... Take a guess... Red!