Skip to content

Instantly share code, notes, and snippets.

View belkinai's full-sized avatar

Aleksandr Belkin belkinai

  • i-complex
  • Novokuznetsk
View GitHub Profile
@belkinai
belkinai / gtk.css
Last active October 29, 2022 07:42 — forked from nabam/gtk.css
Dark tabs for Arc GTK theme in terminator
/*
Put these lilnes into .config/gtk-3.0/gtk.css file
(Probably you'll need to create it)
*/
.terminator-terminal-window notebook tab {
background-color: #383c4a;
padding: 0.2em;
border: none;
}