generated from itdominator/Python-With-Gtk-Template
Updateing config css and keybinding file
This commit is contained in:
parent
1102cc252e
commit
73860ce36b
|
@ -2,6 +2,8 @@
|
|||
"keybindings": {
|
||||
"help" : "F1",
|
||||
"tggl_top_main_menubar" : "<Control>0",
|
||||
"keyboard_focus_1st_pane" : "<Control>8",
|
||||
"keyboard_focus_2nd_pane" : "<Control>9",
|
||||
"open_terminal" : "F4",
|
||||
"tear_down" : "<Control>q"
|
||||
}
|
||||
|
|
|
@ -52,6 +52,28 @@ tab > box > button:hover {
|
|||
background: rgba(256, 0, 0, 0.64);
|
||||
}
|
||||
|
||||
notebook > header > tabs > tab:checked {
|
||||
/* Neon Blue 00e8ff */
|
||||
/* background-color: rgba(0, 232, 255, 0.2); */
|
||||
|
||||
background-color: rgba(255, 255, 255, 0.46);
|
||||
|
||||
/* Dark Bergundy */
|
||||
/* background-color: rgba(116, 0, 0, 0.25); */
|
||||
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
.notebook-selected-focus {
|
||||
/* Neon Blue 00e8ff border */
|
||||
/* border: 2px solid rgba(0, 232, 255, 0.34); */
|
||||
|
||||
border: 2px solid rgba(255, 255, 255, 0.46);
|
||||
|
||||
/* Dark Bergundy */
|
||||
/* border: 2px solid rgba(116, 0, 0, 0.64); */
|
||||
}
|
||||
|
||||
|
||||
/* ---- source code notebooks ---- */
|
||||
notebook > stack > scrolledwindow > textview {
|
||||
|
@ -99,7 +121,8 @@ popover {
|
|||
|
||||
/* other properties */
|
||||
.buffer_changed {
|
||||
color: rgba(0, 232, 255, 0.64);
|
||||
color: rgba(255, 168, 0, 1.0);
|
||||
/* color: rgba(0, 232, 255, 0.64); */
|
||||
}
|
||||
|
||||
|
||||
|
@ -345,4 +368,4 @@ popover {
|
|||
.mw_transparency_96 { background: rgba(39, 43, 52, 0.96); }
|
||||
.mw_transparency_97 { background: rgba(39, 43, 52, 0.97); }
|
||||
.mw_transparency_98 { background: rgba(39, 43, 52, 0.98); }
|
||||
.mw_transparency_99 { background: rgba(39, 43, 52, 0.99); }
|
||||
.mw_transparency_99 { background: rgba(39, 43, 52, 0.99); }
|
Loading…
Reference in New Issue