-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move to OpenGL * move crop to shader * add DirectX 11 support * add GPU selection * fix TileBox positions
- Loading branch information
Showing
27 changed files
with
2,894 additions
and
726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
[Gray] | ||
background=10 10 10 255 | ||
normal=90 90 90 255 | ||
dark=60 60 60 255 | ||
light=120 120 120 255 | ||
select=105 105 105 255 | ||
tooltip=75 75 75 255 | ||
text=210 210 210 255 | ||
texture=210 210 210 255 | ||
background=0.04 0.04 0.04 1 | ||
normal=0.35 0.35 0.35 1 | ||
dark=0.24 0.24 0.24 1 | ||
light=0.47 0.47 0.47 1 | ||
select=0.41 0.41 0.41 1 | ||
tooltip=0.29 0.29 0.29 1 | ||
text=0.82 0.82 0.82 1 | ||
texture=0.82 0.82 0.82 1 | ||
|
||
[Brown] | ||
background=17 8 2 255 | ||
normal=102 91 79 255 | ||
dark=69 62 53 255 | ||
light=127 114 98 255 | ||
select=119 106 91 255 | ||
tooltip=80 70 60 255 | ||
text=220 220 220 255 | ||
texture=220 220 220 255 | ||
background=0.07 0.03 0.01 1 | ||
normal=0.4 0.36 0.31 1 | ||
dark=0.27 0.24 0.21 1 | ||
light=0.5 0.45 0.38 1 | ||
select=0.47 0.42 0.36 1 | ||
tooltip=0.31 0.27 0.24 1 | ||
text=0.86 0.86 0.86 1 | ||
texture=0.86 0.86 0.86 1 | ||
|
||
[White] | ||
background=250 250 250 255 | ||
normal=210 210 210 255 | ||
dark=180 180 180 255 | ||
light=230 230 230 255 | ||
select=220 220 220 255 | ||
tooltip=190 190 190 255 | ||
text=60 60 60 255 | ||
texture=60 60 60 255 | ||
background=0.98 0.98 0.98 1 | ||
normal=0.82 0.82 0.82 1 | ||
dark=0.71 0.71 0.71 1 | ||
light=0.9 0.9 0.9 1 | ||
select=0.86 0.86 0.86 1 | ||
tooltip=0.75 0.75 0.75 1 | ||
text=0.24 0.24 0.24 1 | ||
texture=0.24 0.24 0.24 1 | ||
|
||
[Starlight] | ||
background=80 30 111 255 | ||
normal=127 47 172 255 | ||
dark=98 38 136 255 | ||
light=159 242 217 255 | ||
select=238 190 243 255 | ||
tooltip=106 94 180 255 | ||
text=255 255 255 255 | ||
texture=255 255 255 255 | ||
background=0.31 0.12 0.44 1 | ||
normal=0.5 0.18 0.67 1 | ||
dark=0.38 0.15 0.53 1 | ||
light=0.62 0.95 0.85 1 | ||
select=0.93 0.75 0.95 1 | ||
tooltip=0.42 0.37 0.71 1 | ||
text=1 1 1 1 | ||
texture=1 1 1 1 | ||
|
||
[Gay] | ||
background=176 48 96 255 | ||
normal=255 105 180 255 | ||
dark=255 20 147 255 | ||
light=255 182 193 255 | ||
select=238 130 238 255 | ||
tooltip=255 60 160 255 | ||
text=255 255 255 255 | ||
texture=255 255 255 255 | ||
background=0.69 0.19 0.38 1 | ||
normal=1 0.41 0.71 1 | ||
dark=1 0.08 0.58 1 | ||
light=1 0.71 0.76 1 | ||
select=0.93 0.51 0.93 1 | ||
tooltip=1 0.24 0.63 1 | ||
text=1 1 1 1 | ||
texture=1 1 1 1 | ||
|
||
[Oh Shit] | ||
background=255 255 255 255 | ||
normal=255 255 255 255 | ||
dark=255 255 255 255 | ||
light=255 255 255 255 | ||
select=255 255 255 255 | ||
tooltip=255 255 255 255 | ||
text=255 255 255 255 | ||
texture=255 255 255 255 | ||
background=1 1 1 1 | ||
normal=1 1 1 1 | ||
dark=1 1 1 1 | ||
light=1 1 1 1 | ||
select=1 1 1 1 | ||
tooltip=1 1 1 1 | ||
text=1 1 1 1 | ||
texture=1 1 1 1 |
Oops, something went wrong.