https://github.com/gmontamat/konsole-tomorrow-theme
Tomorrow Theme for Konsole and Yakuake
https://github.com/gmontamat/konsole-tomorrow-theme
konsole konsole-color-schemes yakuake
Last synced: 3 months ago
JSON representation
Tomorrow Theme for Konsole and Yakuake
- Host: GitHub
- URL: https://github.com/gmontamat/konsole-tomorrow-theme
- Owner: gmontamat
- License: mit
- Created: 2024-01-03T17:13:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T17:43:38.000Z (over 1 year ago)
- Last Synced: 2025-02-10T05:29:14.339Z (4 months ago)
- Topics: konsole, konsole-color-schemes, yakuake
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# konsole-tomorrow-theme
Tomorrow Theme for Konsole and Yakuake.
See [tomorrow-theme](https://github.com/chriskempson/tomorrow-theme) for more details.## Installation
Place the [*.colorscheme files](./Konsole) under `~/.local/share/konsole`, then go to
`Settings >> Manage Profiles >> Edit profile >> Appearance`, and select the corresponding
scheme.The color schemes are converted
from [Xresource](https://github.com/chriskempson/tomorrow-theme/tree/master/Xdefaults)
configs using [convert.py](./convert.py).## Acknowledgments
This work was adapted from [dram's repo](https://github.com/dram/konsole-tomorrow-theme)
(updated to python3) and [chriskempson's theme](https://github.com/chriskempson/tomorrow-theme).