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": {
|
"keybindings": {
|
||||||
"help" : "F1",
|
"help" : "F1",
|
||||||
"tggl_top_main_menubar" : "<Control>0",
|
"tggl_top_main_menubar" : "<Control>0",
|
||||||
|
"keyboard_focus_1st_pane" : "<Control>8",
|
||||||
|
"keyboard_focus_2nd_pane" : "<Control>9",
|
||||||
"open_terminal" : "F4",
|
"open_terminal" : "F4",
|
||||||
"tear_down" : "<Control>q"
|
"tear_down" : "<Control>q"
|
||||||
}
|
}
|
||||||
|
@ -52,6 +52,28 @@ tab > box > button:hover {
|
|||||||
background: rgba(256, 0, 0, 0.64);
|
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 ---- */
|
/* ---- source code notebooks ---- */
|
||||||
notebook > stack > scrolledwindow > textview {
|
notebook > stack > scrolledwindow > textview {
|
||||||
@ -99,7 +121,8 @@ popover {
|
|||||||
|
|
||||||
/* other properties */
|
/* other properties */
|
||||||
.buffer_changed {
|
.buffer_changed {
|
||||||
color: rgba(0, 232, 255, 0.64);
|
color: rgba(255, 168, 0, 1.0);
|
||||||
|
/* color: rgba(0, 232, 255, 0.64); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user