mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Added sample styles -WIP-
Note those styles are still under development... they will change...
This commit is contained in:
BIN
styles/ashes/Pixel Square 10.ttf
Normal file
BIN
styles/ashes/Pixel Square 10.ttf
Normal file
Binary file not shown.
9
styles/ashes/README.txt
Normal file
9
styles/ashes/README.txt
Normal file
@ -0,0 +1,9 @@
|
||||
About style: ashes
|
||||
-------------------
|
||||
A gray light style, remember to ashes.
|
||||
|
||||
About font
|
||||
-----------
|
||||
"Pixel Square" font by Joakin (http://aka-kinz.blogspot.com/).
|
||||
|
||||
100% free font, downloaded from dafont.com (https://www.dafont.com/pixel-square.font))
|
||||
26
styles/ashes/ashes.rgs
Normal file
26
styles/ashes/ashes.rgs
Normal file
@ -0,0 +1,26 @@
|
||||
#
|
||||
# rgs style text file (v3.0) - raygui style file generated using rGuiStyler
|
||||
#
|
||||
# Style properties:
|
||||
# f <gen_font_size> <charmap_file> <font_file>
|
||||
# p <control_id> <property_id> <property_value> <property_name>
|
||||
#
|
||||
# STYLE: ashes
|
||||
#
|
||||
f 9 0 Pixel Square 10.ttf
|
||||
p 00 00 0xf0f0f0ff DEFAULT_BORDER_COLOR_NORMAL
|
||||
p 00 01 0x868686ff DEFAULT_BASE_COLOR_NORMAL
|
||||
p 00 02 0xe6e6e6ff DEFAULT_TEXT_COLOR_NORMAL
|
||||
p 00 03 0x929999ff DEFAULT_BORDER_COLOR_FOCUSED
|
||||
p 00 04 0xeaeaeaff DEFAULT_BASE_COLOR_FOCUSED
|
||||
p 00 05 0x98a1a8ff DEFAULT_TEXT_COLOR_FOCUSED
|
||||
p 00 06 0x3f3f3fff DEFAULT_BORDER_COLOR_PRESSED
|
||||
p 00 07 0xf6f6f6ff DEFAULT_BASE_COLOR_PRESSED
|
||||
p 00 08 0x414141ff DEFAULT_TEXT_COLOR_PRESSED
|
||||
p 00 09 0x8b8b8bff DEFAULT_BORDER_COLOR_DISABLED
|
||||
p 00 10 0x777777ff DEFAULT_BASE_COLOR_DISABLED
|
||||
p 00 11 0x959595ff DEFAULT_TEXT_COLOR_DISABLED
|
||||
p 00 16 0x00000009 TEXT_SIZE
|
||||
p 00 17 0x00000000 TEXT_SPACING
|
||||
p 00 18 0x9dadb1ff DEFAULT_LINE_COLOR
|
||||
p 00 19 0x6b6b6bff DEFAULT_BACKGROUND_COLOR
|
||||
BIN
styles/ashes/style_table.png
Normal file
BIN
styles/ashes/style_table.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user