diff options
Diffstat (limited to 'common/gtk-2.0')
-rw-r--r-- | common/gtk-2.0/assets.svg | 17 | ||||
-rw-r--r-- | common/gtk-2.0/assets.txt | 1 | ||||
-rw-r--r-- | common/gtk-2.0/assets/focus-line.png | bin | 0 -> 165 bytes | |||
-rw-r--r-- | common/gtk-2.0/gtkrc | 46 |
4 files changed, 15 insertions, 49 deletions
diff --git a/common/gtk-2.0/assets.svg b/common/gtk-2.0/assets.svg index c20d97c..5918863 100644 --- a/common/gtk-2.0/assets.svg +++ b/common/gtk-2.0/assets.svg @@ -565,12 +565,12 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="11.313708" - inkscape:cx="478.52624" - inkscape:cy="293.00874" + inkscape:zoom="1" + inkscape:cx="275.83757" + inkscape:cy="331.30343" inkscape:document-units="px" inkscape:current-layer="layer1" - showgrid="true" + showgrid="false" showborder="false" inkscape:window-width="1366" inkscape:window-height="720" @@ -5403,5 +5403,14 @@ id="rect6168-6" style="opacity:1;fill:#d7d8dd;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-287.5" + x="-205.13783" + height="4" + width="4.0000124" + id="focus-line" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.67346936" + inkscape:label="#rect6176-4-2" /> </g> </svg> diff --git a/common/gtk-2.0/assets.txt b/common/gtk-2.0/assets.txt index 82bf432..9dd86d9 100644 --- a/common/gtk-2.0/assets.txt +++ b/common/gtk-2.0/assets.txt @@ -118,3 +118,4 @@ tab-right-active inline-toolbar toolbar menubar +focus-line diff --git a/common/gtk-2.0/assets/focus-line.png b/common/gtk-2.0/assets/focus-line.png Binary files differnew file mode 100644 index 0000000..0f5ef9d --- /dev/null +++ b/common/gtk-2.0/assets/focus-line.png diff --git a/common/gtk-2.0/gtkrc b/common/gtk-2.0/gtkrc index 2dfebc4..d46640e 100644 --- a/common/gtk-2.0/gtkrc +++ b/common/gtk-2.0/gtkrc @@ -471,7 +471,7 @@ style "default" { image { function = FOCUS - file = "assets/null.png" + file = "assets/focus-line.png" border = { 1, 1, 1, 1 } stretch = TRUE } @@ -970,7 +970,6 @@ style "menubar_item" { stretch = TRUE } } - } style "button" { @@ -1014,47 +1013,6 @@ style "button" { } } -#style "button_nohilight" { -# -# xthickness = 4 -# ythickness = 4 -# -# engine "pixmap" { -# -# image { -# function = BOX -# state = NORMAL -# file = "Buttons/button-default-nohilight.png" -# border = { 4, 4, 4, 4 } -# stretch = TRUE -# } -# -# image { -# function = BOX -# state = PRELIGHT -# file = "Buttons/button-prelight-nohilight.png" -# border = { 4, 4, 4, 4 } -# stretch = TRUE -# } -# -# image { -# function = BOX -# state = ACTIVE -# file = "Buttons/button-pressed-nohilight.png" -# border = { 4, 4, 4, 4 } -# stretch = TRUE -# } -# -# image { -# function = BOX -# state = INSENSITIVE -# file = "Buttons/button-insensitive-nohilight.png" -# border = { 4, 4, 4, 4 } -# stretch = TRUE -# } -# } -#} - style "checkbutton" { fg[PRELIGHT] = @text_color @@ -2531,10 +2489,8 @@ widget_class "*<GtkComboBox>*<GtkSeparator>" style "combo widget_class "*HandleBox" style "toolbar" widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" -#widget_class "*<GtkFileChooserDefault>*<GtkToolbar>*<GtkButton>" style "button_nohilight" widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" -#widget_class "*<GtkInfoBar>*<GtkButton>" style "button_nohilight" widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" # Entries in notebooks draw with notebook's base color, but not if there's |