aboutsummaryrefslogtreecommitdiff
path: root/themes/Mint-X-Aqua/gtk-2.0/styles/text-editor.rc
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2023-05-20 11:28:29 +0300
committerSyndamia <kamen@syndamia.com>2023-05-20 11:28:29 +0300
commiteab0507af6367a9a75f40ac3dd92e5e42860c2dc (patch)
tree71f56e8725b505d70954ad665a03988d85316c85 /themes/Mint-X-Aqua/gtk-2.0/styles/text-editor.rc
parent48de6d4af249f23b3a431d357236588208a9f419 (diff)
downloadold-mint-y-main.tar
old-mint-y-main.tar.gz
old-mint-y-main.zip
Added icons and themesHEADmain
Diffstat (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/text-editor.rc')
-rw-r--r--themes/Mint-X-Aqua/gtk-2.0/styles/text-editor.rc40
1 files changed, 40 insertions, 0 deletions
diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/text-editor.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/text-editor.rc
new file mode 100644
index 00000000..c5e73b95
--- /dev/null
+++ b/themes/Mint-X-Aqua/gtk-2.0/styles/text-editor.rc
@@ -0,0 +1,40 @@
+style "gedit-frame"
+{
+ engine "pixmap"
+ {
+ image
+ {
+ function = SHADOW
+ }
+ }
+}
+
+style "gedit-notebook"
+{
+ xthickness = 1
+ ythickness = 1
+}
+
+style "eclipse-toolbar-fix"
+{
+ engine "pixmap"
+ {
+ image
+ {
+ function = BOX
+ file = "images/other/null.png"
+ stretch = TRUE
+ }
+ }
+}
+
+# Removes the ugly frame around statusbar buttons
+widget_class "*Pluma*.<GtkFrame>*" style "gedit-frame"
+widget_class "*Gedit*.<GtkFrame>*" style "gedit-frame"
+
+# Removes double borders around notebooks
+widget_class "*Pluma*.<GtkNotebook>" style "gedit-notebook"
+widget_class "*Gedit*.<GtkNotebook>" style "gedit-notebook"
+
+widget "*swt-toolbar-flat" style "eclipse-toolbar-fix"
+