Improve GTK2 themes menu toolbar design
|
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 164 B |
@ -14,7 +14,7 @@ gtk-color-scheme = "link_color: #2777ff"
|
|||||||
gtk-color-scheme = "menu_bg: #272a34"
|
gtk-color-scheme = "menu_bg: #272a34"
|
||||||
|
|
||||||
gtk-icon-sizes = "gtk-button=15,15" # This makes button icons smaller.
|
gtk-icon-sizes = "gtk-button=15,15" # This makes button icons smaller.
|
||||||
gtk-auto-mnemonics = 1
|
gtk-enable-mnemonics = 0
|
||||||
gtk-primary-button-warps-slider = 1
|
gtk-primary-button-warps-slider = 1
|
||||||
|
|
||||||
include "main.rc"
|
include "main.rc"
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
style "menubar" {
|
style "menubar" {
|
||||||
|
|
||||||
bg[NORMAL] = "#2f343f"
|
bg[NORMAL] = "#2f343f"
|
||||||
fg[NORMAL] = "#afb8c5"
|
fg[NORMAL] = "#eeeeec"
|
||||||
fg[PRELIGHT] = "#afb8c5"
|
fg[PRELIGHT] = "#eeeeec"
|
||||||
fg[ACTIVE] = "#afb8c5"
|
fg[ACTIVE] = "#eeeeec"
|
||||||
fg[SELECTED] = @selected_fg_color
|
fg[SELECTED] = @selected_fg_color
|
||||||
fg[INSENSITIVE] = shade(0.7, "#afb8c5")
|
fg[INSENSITIVE] = shade(0.7, "#eeeeec")
|
||||||
|
|
||||||
xthickness = 0
|
xthickness = 0
|
||||||
ythickness = 0
|
ythickness = 0
|
||||||
@ -24,9 +24,9 @@ style "menubar" {
|
|||||||
style "menubar-borderless" {
|
style "menubar-borderless" {
|
||||||
|
|
||||||
bg[NORMAL] = "#2f343f"
|
bg[NORMAL] = "#2f343f"
|
||||||
fg[NORMAL] = "#afb8c5"
|
fg[NORMAL] = "#eeeeec"
|
||||||
fg[SELECTED] = @selected_fg_color
|
fg[SELECTED] = @selected_fg_color
|
||||||
fg[INSENSITIVE] = shade(0.7, "#afb8c5")
|
fg[INSENSITIVE] = shade(0.7, "#eeeeec")
|
||||||
|
|
||||||
xthickness = 0
|
xthickness = 0
|
||||||
ythickness = 0
|
ythickness = 0
|
||||||
@ -45,7 +45,7 @@ style "menubar-borderless" {
|
|||||||
style "menubar_item" {
|
style "menubar_item" {
|
||||||
|
|
||||||
xthickness = 2
|
xthickness = 2
|
||||||
ythickness = 4
|
ythickness = 6
|
||||||
|
|
||||||
fg[PRELIGHT] = @selected_fg_color
|
fg[PRELIGHT] = @selected_fg_color
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ style "menubar_item" {
|
|||||||
function = BOX
|
function = BOX
|
||||||
state = PRELIGHT
|
state = PRELIGHT
|
||||||
file = "menubar-toolbar/menubar_button-dark.png"
|
file = "menubar-toolbar/menubar_button-dark.png"
|
||||||
border = { 2, 2, 2, 2 }
|
border = { 0, 0, 0, 5 }
|
||||||
stretch = TRUE
|
stretch = TRUE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -72,15 +72,15 @@ style "menubar-text" {
|
|||||||
|
|
||||||
|
|
||||||
style "toolbar_text" {
|
style "toolbar_text" {
|
||||||
fg[NORMAL] = "#afb8c5"
|
fg[NORMAL] = "#eeeeec"
|
||||||
fg[PRELIGHT] = "#afb8c5"
|
fg[PRELIGHT] = "#eeeeec"
|
||||||
fg[INSENSITIVE] = shade(0.7, "#afb8c5")
|
fg[INSENSITIVE] = shade(0.7, "#eeeeec")
|
||||||
fg[ACTIVE] = "#afb8c5"
|
fg[ACTIVE] = "#eeeeec"
|
||||||
|
|
||||||
text[NORMAL] = "#afb8c5"
|
text[NORMAL] = "#eeeeec"
|
||||||
text[PRELIGHT] = "#afb8c5"
|
text[PRELIGHT] = "#eeeeec"
|
||||||
text[INSENSITIVE] = shade(0.7, "#afb8c5")
|
text[INSENSITIVE] = shade(0.7, "#eeeeec")
|
||||||
text[ACTIVE] = "#afb8c5"
|
text[ACTIVE] = "#eeeeec"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -131,7 +131,7 @@ style "toolbar_entry" {
|
|||||||
base[ACTIVE] = "#404552"
|
base[ACTIVE] = "#404552"
|
||||||
base[INSENSITIVE] = "#39404d"
|
base[INSENSITIVE] = "#39404d"
|
||||||
|
|
||||||
text[NORMAL] = "#afb8c5"
|
text[NORMAL] = "#eeeeec"
|
||||||
|
|
||||||
engine "pixmap" {
|
engine "pixmap" {
|
||||||
|
|
||||||
|
|||||||
@ -45,9 +45,9 @@ style "menubar-borderless" {
|
|||||||
style "menubar_item" {
|
style "menubar_item" {
|
||||||
|
|
||||||
xthickness = 2
|
xthickness = 2
|
||||||
ythickness = 4
|
ythickness = 6
|
||||||
|
|
||||||
fg[PRELIGHT] = @selected_fg_color
|
fg[PRELIGHT] = "#70788d"
|
||||||
|
|
||||||
engine "pixmap" {
|
engine "pixmap" {
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ style "menubar_item" {
|
|||||||
function = BOX
|
function = BOX
|
||||||
state = PRELIGHT
|
state = PRELIGHT
|
||||||
file = "menubar-toolbar/menubar_button.png"
|
file = "menubar-toolbar/menubar_button.png"
|
||||||
border = { 2, 2, 2, 2 }
|
border = { 0, 0, 0, 5 }
|
||||||
stretch = TRUE
|
stretch = TRUE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 164 B |
@ -14,7 +14,7 @@ gtk-color-scheme = "link_color: #2777ff"
|
|||||||
gtk-color-scheme = "menu_bg: #fafafa"
|
gtk-color-scheme = "menu_bg: #fafafa"
|
||||||
|
|
||||||
gtk-icon-sizes = "gtk-button=15,15" # This makes button icons smaller.
|
gtk-icon-sizes = "gtk-button=15,15" # This makes button icons smaller.
|
||||||
gtk-auto-mnemonics = 1
|
gtk-enable-mnemonics = 0
|
||||||
gtk-primary-button-warps-slider = 1
|
gtk-primary-button-warps-slider = 1
|
||||||
|
|
||||||
include "main.rc"
|
include "main.rc"
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
style "menubar" {
|
style "menubar" {
|
||||||
|
|
||||||
bg[NORMAL] = "#2f343f"
|
bg[NORMAL] = "#2f343f"
|
||||||
fg[NORMAL] = "#afb8c5"
|
fg[NORMAL] = "#eeeeec"
|
||||||
fg[PRELIGHT] = "#afb8c5"
|
fg[PRELIGHT] = "#eeeeec"
|
||||||
fg[ACTIVE] = "#afb8c5"
|
fg[ACTIVE] = "#eeeeec"
|
||||||
fg[SELECTED] = @selected_fg_color
|
fg[SELECTED] = @selected_fg_color
|
||||||
fg[INSENSITIVE] = shade(0.7, "#afb8c5")
|
fg[INSENSITIVE] = shade(0.7, "#eeeeec")
|
||||||
|
|
||||||
xthickness = 0
|
xthickness = 0
|
||||||
ythickness = 0
|
ythickness = 0
|
||||||
@ -24,9 +24,9 @@ style "menubar" {
|
|||||||
style "menubar-borderless" {
|
style "menubar-borderless" {
|
||||||
|
|
||||||
bg[NORMAL] = "#2f343f"
|
bg[NORMAL] = "#2f343f"
|
||||||
fg[NORMAL] = "#afb8c5"
|
fg[NORMAL] = "#eeeeec"
|
||||||
fg[SELECTED] = @selected_fg_color
|
fg[SELECTED] = @selected_fg_color
|
||||||
fg[INSENSITIVE] = shade(0.7, "#afb8c5")
|
fg[INSENSITIVE] = shade(0.7, "#eeeeec")
|
||||||
|
|
||||||
xthickness = 0
|
xthickness = 0
|
||||||
ythickness = 0
|
ythickness = 0
|
||||||
@ -45,7 +45,7 @@ style "menubar-borderless" {
|
|||||||
style "menubar_item" {
|
style "menubar_item" {
|
||||||
|
|
||||||
xthickness = 2
|
xthickness = 2
|
||||||
ythickness = 4
|
ythickness = 6
|
||||||
|
|
||||||
fg[PRELIGHT] = @selected_fg_color
|
fg[PRELIGHT] = @selected_fg_color
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ style "menubar_item" {
|
|||||||
function = BOX
|
function = BOX
|
||||||
state = PRELIGHT
|
state = PRELIGHT
|
||||||
file = "menubar-toolbar/menubar_button-dark.png"
|
file = "menubar-toolbar/menubar_button-dark.png"
|
||||||
border = { 2, 2, 2, 2 }
|
border = { 0, 0, 0, 5 }
|
||||||
stretch = TRUE
|
stretch = TRUE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -72,15 +72,15 @@ style "menubar-text" {
|
|||||||
|
|
||||||
|
|
||||||
style "toolbar_text" {
|
style "toolbar_text" {
|
||||||
fg[NORMAL] = "#afb8c5"
|
fg[NORMAL] = "#eeeeec"
|
||||||
fg[PRELIGHT] = "#afb8c5"
|
fg[PRELIGHT] = "#eeeeec"
|
||||||
fg[INSENSITIVE] = shade(0.7, "#afb8c5")
|
fg[INSENSITIVE] = shade(0.7, "#eeeeec")
|
||||||
fg[ACTIVE] = "#afb8c5"
|
fg[ACTIVE] = "#eeeeec"
|
||||||
|
|
||||||
text[NORMAL] = "#afb8c5"
|
text[NORMAL] = "#eeeeec"
|
||||||
text[PRELIGHT] = "#afb8c5"
|
text[PRELIGHT] = "#eeeeec"
|
||||||
text[INSENSITIVE] = shade(0.7, "#afb8c5")
|
text[INSENSITIVE] = shade(0.7, "#eeeeec")
|
||||||
text[ACTIVE] = "#afb8c5"
|
text[ACTIVE] = "#eeeeec"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -131,7 +131,7 @@ style "toolbar_entry" {
|
|||||||
base[ACTIVE] = "#404552"
|
base[ACTIVE] = "#404552"
|
||||||
base[INSENSITIVE] = "#39404d"
|
base[INSENSITIVE] = "#39404d"
|
||||||
|
|
||||||
text[NORMAL] = "#afb8c5"
|
text[NORMAL] = "#eeeeec"
|
||||||
|
|
||||||
engine "pixmap" {
|
engine "pixmap" {
|
||||||
|
|
||||||
|
|||||||
@ -45,9 +45,9 @@ style "menubar-borderless" {
|
|||||||
style "menubar_item" {
|
style "menubar_item" {
|
||||||
|
|
||||||
xthickness = 2
|
xthickness = 2
|
||||||
ythickness = 4
|
ythickness = 6
|
||||||
|
|
||||||
fg[PRELIGHT] = @selected_fg_color
|
fg[PRELIGHT] = "#70788d"
|
||||||
|
|
||||||
engine "pixmap" {
|
engine "pixmap" {
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ style "menubar_item" {
|
|||||||
function = BOX
|
function = BOX
|
||||||
state = PRELIGHT
|
state = PRELIGHT
|
||||||
file = "menubar-toolbar/menubar_button.png"
|
file = "menubar-toolbar/menubar_button.png"
|
||||||
border = { 2, 2, 2, 2 }
|
border = { 0, 0, 0, 5 }
|
||||||
stretch = TRUE
|
stretch = TRUE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 164 B |