X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fskin-customizables.inc;h=2afc1d9b25706e0b29171deb5ed33a0d48696257;hp=948b2311e8d95ca381aeac37823b021e38f1558c;hb=2bfd748e228cc992041a15827d3f126916efed22;hpb=193544f61c32c5e71cfc83799848f0e6e10b92b2 diff --git a/qcsrc/menu/skin-customizables.inc b/qcsrc/menu/skin-customizables.inc index 948b2311e8..2afc1d9b25 100644 --- a/qcsrc/menu/skin-customizables.inc +++ b/qcsrc/menu/skin-customizables.inc @@ -64,9 +64,13 @@ SKINBEGIN SKINVECTOR(COLOR_DIALOG_SINGLEPLAYER, '1 1 0.7'); SKINVECTOR(COLOR_DIALOG_CREDITS, '0.7 0.7 1'); SKINVECTOR(COLOR_DIALOG_WEAPONS, '1 0.7 0.7'); - SKINVECTOR(COLOR_DIALOG_WAYPOINTS, '0.7 0.7 1'); + SKINVECTOR(COLOR_DIALOG_VIEW, '1 0.7 0.7'); + SKINVECTOR(COLOR_DIALOG_MODEL, '1 0.7 0.7'); + SKINVECTOR(COLOR_DIALOG_CROSSHAIR, '1 0.7 0.7'); + SKINVECTOR(COLOR_DIALOG_HUD, '1 0.7 0.7'); SKINVECTOR(COLOR_DIALOG_SERVERINFO, '0.7 0.7 1'); SKINVECTOR(COLOR_DIALOG_CVARS, '1 0 0'); + SKINVECTOR(COLOR_DIALOG_HUDCONFIRM, '1 0 0'); // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -142,8 +146,8 @@ SKINBEGIN SKINFLOAT(ALPHA_CVARLIST_SAVED, 1); SKINFLOAT(ALPHA_CVARLIST_TEMPORARY, 0.7); SKINVECTOR(COLOR_CVARLIST_CHANGED, '1 1 0.4'); - SKINVECTOR(COLOR_CVARLIST_REVERTBUTTON, '1 0 0'); SKINVECTOR(COLOR_CVARLIST_UNCHANGED, '1 1 1'); + SKINVECTOR(COLOR_CVARLIST_CONTROLS, '1 0 0'); // item: dialog SKINSTRING(GFX_DIALOGBORDER, "border");