All Projects → isacikgoz → gogh-to-tilix

isacikgoz / gogh-to-tilix

Licence: MIT license
Generates popular themes from https://github.com/Mayccoll/Gogh for the https://github.com/gnunn1/tilix terminal emulator.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to gogh-to-tilix

tempus-themes
[Mirror] Tempus is a collection of themes for Vim, text editors, and terminal emulators that are compliant at the very least with the WCAG AA accessibility standard for colour contrast
Stars: ✭ 48 (+26.32%)
Mutual labels:  tilix, tilix-themes
kitty-theme-changer
Obsolete: use "kitty +kittens themes"
Stars: ✭ 26 (-31.58%)
Mutual labels:  terminal-themes
sshbg
Change terminal background when SSH'ing (on specific terminals)
Stars: ✭ 45 (+18.42%)
Mutual labels:  tilix
Powerlevel9k
Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
Stars: ✭ 13,268 (+34815.79%)
Mutual labels:  terminal-themes
Macos Terminal Themes
Color schemes for default macOS Terminal.app
Stars: ✭ 4,685 (+12228.95%)
Mutual labels:  terminal-themes
Iterm2 Color Schemes
Over 250 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty
Stars: ✭ 20,828 (+54710.53%)
Mutual labels:  terminal-themes
dotfiles
My custom start script for new laptops 💻
Stars: ✭ 16 (-57.89%)
Mutual labels:  terminal-themes
Pokemon Terminal
Pokemon terminal themes.
Stars: ✭ 3,874 (+10094.74%)
Mutual labels:  tilix
tilix
🧛🏻‍♂️ Dark theme for Tilix
Stars: ✭ 26 (-31.58%)
Mutual labels:  tilix
gnome-shell-TilixDropdown
A GNOME Shell extension to launch Tilix in Quake Mode .
Stars: ✭ 30 (-21.05%)
Mutual labels:  tilix
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (+176.32%)
Mutual labels:  tilix

gogh-to-tilix

Theme generator for https://github.com/gnunn1/tilix

Install

Just to be safe

In order to keep your existing schemes make sure you backup your custom color schemes from the ~/.config/tilix/schemes directory. In some cases if you have a scheme that has the same name with the new scheme this script overwrites it. So, it is your responsibility to take care of your files. Also, this directory is by default, if you use custom take that one into consideration.

Install

Then to install, first, you need to clone this repository with the sub-modules as follows:

git clone --recurse-submodules https://github.com/isacikgoz/gogh-to-tilix.git

Then, dive into the local repository and claim the script

cd gogh-to-tilix/
chmod +x install.sh

Now we can run the script. But, the script requires your tilix color-scheme folder. it is ~/.config/tilix/schemes by default. If you use a different directory give that directory to script. Also, make sure that the directory exists.

./install.sh ~/.config/tilix/schemes

And.. You're done! Enjoy..

Update

You can regulary check the sub-module repo and pull from remote. Then you simply re-run the installation process.

Uninstall

Again, you should change the execute permissions of uninstall.sh

cd gogh-to-tilix/
chmod +x uninstall.sh

Then, yet again, run the script. But, -again- the script requires the path for the schemes.

./uninstall.sh ~/.config/tilix/schemes

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].