Created
October 4, 2016 12:31
-
-
Save juancarlospaco/b7fd84bae55cc52f08e97f3cd3c05e7a to your computer and use it in GitHub Desktop.
Konsole CSS for KDE 5+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QTabBar::tab:selected, QTabBar::tab:hover { | |
background: qlineargradient(x1: 0 y1: 0, x2: 1 y2: 0, stop: 0 cyan, stop: 1 lightgreen); | |
color: black; | |
font: bold italic 20px Oxygen | |
}; | |
/* Save it, set it as StyleSheet on Settings of Konsole! */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pull Requests welcome...