From 84debd93baf62ea76e2678c9a8870921a2462681 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:20:36 -0500 Subject: [PATCH] =?UTF-8?q?Adds=20the=20=E2=80=9CRose=E2=80=9D=20theme,=20?= =?UTF-8?q?also=20by=20Tirifto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- textures/rose_gui_bg.png | Bin 0 -> 2078 bytes textures/rose_gui_button_bg_active.png | Bin 0 -> 154 bytes textures/rose_gui_button_bg_inactive.png | Bin 0 -> 168 bytes themes/rose | 24 +++++++++++++++++++++++ 4 files changed, 24 insertions(+) create mode 100644 textures/rose_gui_bg.png create mode 100644 textures/rose_gui_button_bg_active.png create mode 100644 textures/rose_gui_button_bg_inactive.png create mode 100644 themes/rose diff --git a/textures/rose_gui_bg.png b/textures/rose_gui_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7ddf20235eb919ac7a91a5d7b43933259cf80d GIT binary patch literal 2078 zcmeAS@N?(olHy`uVBq!ia0y~yVEh2Yzc|={B0tRK8i15!iEBiObAE1aYF-J0b5Uwy zNotBhd1gt5g1e`0KzJjcI0FOw0Z$jlkcwMxZ*BBa4wPtnm@js)#e}YN6X^9=JKn_{ev>^lWGU1;&QcSL$l+aau6c1Tpb301<};gTez4YG_~v@v#U2 zl|WPhl|WTt7b0X3+-yPyaqQq^a5%uoz{t+PA_GDK1t2~aA&?S?DxeaGDyWd1=YjUb z4Ll4xz~(gMC%p|b=BK>UyJ9DyJ~gc2cx z;MSpp?Y_VRzxQni2V6tFVQC1r1vCuFj|%2d*wr+yu6htCKNflT!A$iFQi$QQ9Xx2qfF7R|pbRM9ZLD(}>!+W6*N0SmI z844Ov3(dh;t`M1caHPWc+o6;G{`hX@Y0AkEGw1CU)_vJ=tG8Zjzy0-A3`2qCtCbD% zN_854Hg_-|_<8rv9hH;b#hvdbFR`wQpZ>(^q>-m*QM^~B$^GMPi3W$x{Mu*E^x^5_ z*zCVoV;E6>tD4{klI+@)I`yBuP literal 0 HcmV?d00001 diff --git a/textures/rose_gui_button_bg_active.png b/textures/rose_gui_button_bg_active.png new file mode 100644 index 0000000000000000000000000000000000000000..f134e8b6c0fcd0669a4bd89cbce78db63dd7c038 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp@K+MO%1|+}KPrC%95Q7*=2pV%=Hp{wS{Cxhxl~S(_e6t5=;B!g8BMDE v5l;lW7K8LkcKW&n@Xq1k;jx!E>A8Vnf2Oi^pHx>8&@u*3S3j3^P6FB&=< zc?^IRyX! literal 0 HcmV?d00001 diff --git a/themes/rose b/themes/rose new file mode 100644 index 0000000..9f83107 --- /dev/null +++ b/themes/rose @@ -0,0 +1,24 @@ +style[*; textcolor=#532b2b] + +bgcolor[#ffc7c7;true] +background9[ + 5,5;1,1;rose_gui_bg.png; + true; + 10 +] + +tableoptions[background=#ffc7c7;highlight=#e0a7a7;color=#532b2b] +listcolors[#ffc7c7;#e0a7a7;#a60808;#d26767;#fff] + +style_type[ + button,image_button; + bgimg=rose_gui_button_bg_inactive.png; + border=false; + bgimg_middle=4,3,-4,-5 +] +style_type[ + button:pressed,image_button:pressed; + bgimg=rose_gui_button_bg_active.png; + border=false; + bgimg_middle=4,3,-3,-4 +]