Skip to content

Instantly share code, notes, and snippets.

@RobChiocchio
Created September 9, 2020 02:00
Show Gist options
  • Select an option

  • Save RobChiocchio/2356a08a7aa855f66838ca3107819946 to your computer and use it in GitHub Desktop.

Select an option

Save RobChiocchio/2356a08a7aa855f66838ca3107819946 to your computer and use it in GitHub Desktop.
/*
* Qogir Dark
*
* Based on Qogir Gtk Theme (https://github.com/vinceliuice/Qogir-theme)
*
* Author: Rob Chiocchio
* User: robethx
*
*/
* {
bg: #282a33;
fg: #2C2F39;
text: #D3DAE3;
background-color: @bg;
border-color: @fg;
text-color: @text;
spacing: 0;
width: 512px;
/*font: Futura Bk bt, Cantarell, Sans-Serif;*/
}
inputbar {
border: 0 0 1px 0;
children: [prompt,entry];
}
prompt {
padding: 16px;
border: 0 1px 0 0;
}
textbox {
background-color: @fg;
border: 0 0 1px 0;
border-color: @bg;
padding: 8px 16px;
}
entry {
padding: 16px;
}
listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
}
element {
border: 0 0 1px 0;
padding: 16px;
}
element selected {
background-color: @fg;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment