first and last commit
This commit is contained in:
commit
c9e78fd810
381 changed files with 37141 additions and 0 deletions
27
themes.h
Normal file
27
themes.h
Normal file
|
@ -0,0 +1,27 @@
|
|||
|
||||
theme_add(STR_THEME_SHINE);
|
||||
theme_window(0x202020, 0x808080, 0xcfcfcf, 0x3f3f3f, 0xffffff);
|
||||
theme_border(0xffffff, 0x3f3f3f, 1);
|
||||
theme_background(0x000000, 0x000000);
|
||||
theme_base(0x404040, 0x000000, 0xffffff, 0xefefef);
|
||||
theme_field(0x000000, 0x202020, 0xdfdfdf);
|
||||
theme_slider(10);
|
||||
theme_select(0x30ffffff, 0x30ffffff, 0x28808080, 0x28ffffff, 0x60dfdfdf, 0xffffffff);
|
||||
|
||||
theme_add(STR_THEME_GRAY);
|
||||
theme_window(0x404040, 0x202020, 0x808080, 0x000000, 0xffffff);
|
||||
theme_border(0x000000, 0x202020, 1);
|
||||
theme_background(0x404040, 0x0a0a0a);
|
||||
theme_base(0x808080, 0x000000, 0xffffff, 0xffffff);
|
||||
theme_field(0x404040, 0x808080, 0xffffff);
|
||||
theme_slider(10);
|
||||
theme_select(0x18ffffff, 0x18ffffff, 0x288080ff, 0x288080ff, 0x808080ff, 0xff000000);
|
||||
|
||||
theme_add(STR_THEME_BLUE);
|
||||
theme_window(0x404040, 0x202020, 0x808080, 0x000000, 0x6fff8f);
|
||||
theme_border(0x0000df, 0x300020, 1);
|
||||
theme_background(0x20208f, 0x0a0a2d);
|
||||
theme_base(0x2020a0, 0x000020, 0x8fffaf, 0x00cfaf);
|
||||
theme_field(0x505090, 0x406060, 0xcfdfff);
|
||||
theme_slider(10);
|
||||
theme_select(0x288f00ff, 0x18ffffff, 0x288080ff, 0x28c080ff, 0x604020ff, 0xff2fff6f);
|
Reference in a new issue