aboutsummaryrefslogtreecommitdiff
path: root/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/widgets/notebook
diff options
context:
space:
mode:
authorIndrajith2024-07-03 02:03:35 +0530
committerIndrajith2024-07-03 02:03:35 +0530
commit824022cd1f633c70c4d2782934251616756f4668 (patch)
treea310eb4bf72b26c2d110838b8c487daaa3537bea /.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/widgets/notebook
parent57eb70137b5bbcdabdc0f02eea5477b3e5f845a1 (diff)
downloaddots-824022cd1f633c70c4d2782934251616756f4668.tar.gz
dots-824022cd1f633c70c4d2782934251616756f4668.tar.bz2
dots-824022cd1f633c70c4d2782934251616756f4668.zip
Dots Updated
* Adds GTK Themes * Adds wlogout * Adds tmux config * Adds Pywal-16-colors * Removed unwanted gtk folders * Config Updates * Fish * Hyprland * Hyprlock * Hyprpaper * waybar
Diffstat (limited to '.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/widgets/notebook')
-rw-r--r--.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/widgets/notebook138
1 files changed, 138 insertions, 0 deletions
diff --git a/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/widgets/notebook b/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/widgets/notebook
new file mode 100644
index 000000000..15d7ccf77
--- /dev/null
+++ b/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/widgets/notebook
@@ -0,0 +1,138 @@
+style "notebook_tab_label"
+{
+ fg[ACTIVE] = @fg_color
+}
+
+
+style "notebook"
+{
+
+ xthickness = 5
+ ythickness = 2
+
+ engine "pixmap"
+ {
+ image
+ {
+ function = EXTENSION
+ state = ACTIVE
+ file = "../assets/tab-bottom-inactive.png"
+ border = { 3,3,3,3 }
+ stretch = TRUE
+ gap_side = TOP
+ }
+ image
+ {
+ function = EXTENSION
+ state = ACTIVE
+ file = "../assets/tab-top-inactive.png"
+ border = { 3,3,3,3 }
+ stretch = TRUE
+ gap_side = BOTTOM
+ }
+ image
+ {
+ function = EXTENSION
+ state = ACTIVE
+ file = "../assets/tab-left-inactive.png"
+ border = { 3,3,3,3 }
+ stretch = TRUE
+ gap_side = RIGHT
+ }
+ image
+ {
+ function = EXTENSION
+ state = ACTIVE
+ file = "../assets/tab-right-inactive.png"
+ border = { 3,3,3,3 }
+ stretch = TRUE
+ gap_side = LEFT
+ }
+ image
+ {
+ function = EXTENSION
+ file = "../assets/tab-top-active.png"
+ border = { 3,3,3,3 }
+ stretch = TRUE
+ gap_side = BOTTOM
+ }
+ image
+ {
+ function = EXTENSION
+ file = "../assets/tab-bottom-active.png"
+ border = { 3,3,3,3 }
+ stretch = TRUE
+ gap_side = TOP
+ }
+ image
+ {
+ function = EXTENSION
+ file = "../assets/tab-left-active.png"
+ border = { 3,3,3,3 }
+ stretch = TRUE
+ gap_side = RIGHT
+ }
+ image
+ {
+ function = EXTENSION
+ file = "../assets/tab-right-active.png"
+ border = { 3,3,3,3 }
+ stretch = TRUE
+ gap_side = LEFT
+ }
+
+# How to draw boxes with a gap on one side (ie the page of a notebook)
+
+ image
+ {
+ function = BOX_GAP
+ file = "../assets/notebook-frame-top.png"
+ border = { 4, 4, 4, 4 }
+ stretch = TRUE
+ gap_file = "../assets/notebook-gap-horizontal.png"
+ gap_border = { 1, 1, 0, 0 }
+ gap_side = TOP
+ }
+ image
+ {
+ function = BOX_GAP
+ file = "../assets/notebook-frame-bottom.png"
+ border = { 4, 4, 4, 4 }
+ stretch = TRUE
+ gap_file = "../assets/notebook-gap-horizontal.png"
+ gap_border = { 1, 1, 0, 0 }
+ gap_side = BOTTOM
+ }
+ image
+ {
+ function = BOX_GAP
+ file = "../assets/notebook-frame-top.png"
+ border = { 4, 4, 4, 4 }
+ stretch = TRUE
+ gap_file = "../assets/notebook-gap-vertical.png"
+ gap_border = { 0, 0, 1, 1 }
+ gap_side = LEFT
+ }
+ image
+ {
+ function = BOX_GAP
+ file = "../assets/notebook-frame-right.png"
+ border = { 4, 4, 4, 4 }
+ stretch = TRUE
+ gap_file = "../assets/notebook-gap-vertical.png"
+ gap_border = { 0, 0, 1, 1 }
+ gap_side = RIGHT
+ }
+
+# How to draw the box of a notebook when it isnt attached to a tab
+
+ image
+ {
+ function = BOX
+ file = "../assets/frame.png"
+ border = { 4, 4, 4, 4 }
+ stretch = TRUE
+ }
+ }
+}
+