Skip to content

Instantly share code, notes, and snippets.

@juancarlospaco
Created October 4, 2016 12:31
Show Gist options
  • Save juancarlospaco/b7fd84bae55cc52f08e97f3cd3c05e7a to your computer and use it in GitHub Desktop.
Save juancarlospaco/b7fd84bae55cc52f08e97f3cd3c05e7a to your computer and use it in GitHub Desktop.
Konsole CSS for KDE 5+
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! */
@juancarlospaco
Copy link
Author

konsole

Pull Requests welcome...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment