Customized interface colors.
This commit is contained in:
parent
35cb26a162
commit
0e81a5fec7
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,8 @@ $themeDimensionsIcons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512);
|
|||
$colorScheme = array(
|
||||
// Light theme
|
||||
"text-light" => "#2a2a2a",
|
||||
"bg-light" => "white",
|
||||
"bgField-light" => "#eeeeee",
|
||||
"bg-light" => "#ff766c",
|
||||
"bgField-light" => "#65c6e8",
|
||||
"bgHelp-light" => "#ececec",
|
||||
"bgTextarea-light" => "#e5e5e5",
|
||||
"textareaText-light" => "#2a2a2a",
|
||||
|
@ -15,6 +15,7 @@ $colorScheme = array(
|
|||
"border-light" => "#65666b",
|
||||
"borderHover-light" => "#46484e",
|
||||
"borderFocus-light" => "#2a2a2a",
|
||||
|
||||
// Dark theme
|
||||
"text-dark" => "white",
|
||||
"bg-dark" => "#2a2a2a",
|
||||
|
|
Loading…
Reference in a new issue