diff options
| author | hybrid <hybrid@hybridlabs.pro> | 2026-06-11 19:55:04 +0300 |
|---|---|---|
| committer | hybrid <hybrid@hybridlabs.pro> | 2026-06-11 19:55:04 +0300 |
| commit | b06990293397d4b6d0374097f09d1cc5679216e3 (patch) | |
| tree | 5719922562e317a8083250c178f24376b6692569 /Rsc/Styles.hpp | |
| download | a2wf_saralite-b06990293397d4b6d0374097f09d1cc5679216e3.tar.gz a2wf_saralite-b06990293397d4b6d0374097f09d1cc5679216e3.tar.bz2 a2wf_saralite-b06990293397d4b6d0374097f09d1cc5679216e3.zip | |
init
Diffstat (limited to 'Rsc/Styles.hpp')
| -rw-r--r-- | Rsc/Styles.hpp | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Rsc/Styles.hpp b/Rsc/Styles.hpp new file mode 100644 index 0000000..51bc86e --- /dev/null +++ b/Rsc/Styles.hpp @@ -0,0 +1,31 @@ +/* Background */
+#define WFBE_OA_Icon {0.2588, 0.7137, 1, 1}
+
+#define WFBE_EOGS_Background {0, 0, 0, 0.7}
+#define WFBE_EOGS_SRVBBar {0.2588, 0.7137, 1, 1}
+#define WFBE_EOGS_SLVLBar {0.2588, 0.7137, 1, 1}
+
+
+//---Coloration
+#define WFBE_Background_Color {0, 0, 0, 0.7}
+#define WFBE_Background_Color_Header {0, 0, 0, 0.4}
+#define WFBE_Background_Color_Footer {0, 0, 0, 0.3}
+#define WFBE_Background_Color_Gear {0.5, 0.5, 0.5, 0.15}
+#define WFBE_Background_Border {0.2588, 0.7137, 1, 1}
+//---Thick
+#define WFBE_Background_Border_Thick 0.001
+
+
+/* ListBox */
+//---ListBox Coloration
+#define WFBE_LBC_Select_Color {0.2588, 0.7137, 1, 1}
+
+
+/* Separator */
+//---Coloration
+#define WFBE_SPC1 {0.2588, 0.7137, 1, 1}
+#define WFBE_SPC2 {0.543, 0.5742, 0.4102, 1} //unused
+//---Thick
+#define WFBE_SPT1 0.001
+#define WFBE_SPT2 0.0005 //unused
+
|
