This commit is contained in:
Michael Chalupiak
2025-02-01 15:42:37 -05:00
parent 8b6ef51156
commit 24d4801414
33652 changed files with 278487 additions and 0 deletions

102
config/.themes/gtk-2.0/tabs.rc Executable file
View File

@@ -0,0 +1,102 @@
style "tabs" = "default"
{
xthickness = 5
ythickness = 3
GtkNotebook::tab-border = 2
GtkNotebook::show-border = 0
engine "pixmap"
{
image
{
function = EXTENSION
state = NORMAL
gap_side = BOTTOM
file = "/tabs/tab-top-active.png"
stretch = TRUE
border = { 4 ,4 ,4 ,4}
}
image
{
function = EXTENSION
state = ACTIVE
gap_side = BOTTOM
file = "/tabs/tab-top.png"
stretch = TRUE
border = { 8 ,8 ,8 ,8}
}
image
{
function = EXTENSION
state = NORMAL
gap_side = TOP
file = "/tabs/tab-bottom-active.png"
stretch = TRUE
border = { 4 ,4 ,4 ,4}
}
image
{
function = EXTENSION
state = ACTIVE
gap_side = TOP
file = "/tabs/tab-bottom.png"
stretch = TRUE
border = { 8 ,8 ,8 ,8}
}
image
{
function = EXTENSION
state = NORMAL
gap_side = LEFT
file = "/tabs/tab-right-active.png"
stretch = TRUE
border = { 4 ,4 ,4 ,4}
}
image
{
function = EXTENSION
state = ACTIVE
gap_side = LEFT
file = "/tabs/tab-right.png"
stretch = TRUE
border = { 4 ,4 ,4 ,4}
}
image
{
function = EXTENSION
state = NORMAL
gap_side = RIGHT
file = "/tabs/tab-left-active.png"
stretch = TRUE
border = { 4 ,4 ,4 ,4}
}
image
{
function = EXTENSION
state = ACTIVE
gap_side = RIGHT
file = "/tabs/tab-left.png"
stretch = TRUE
border = { 4 ,4 ,4 ,4}
}
}
}
class "GtkNotebook" style "tabs"