Created
September 9, 2020 02:00
-
-
Save RobChiocchio/2356a08a7aa855f66838ca3107819946 to your computer and use it in GitHub Desktop.
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
| /* | |
| * 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