Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added "border2_color" and "menubox_border2_color" #19

Merged
merged 1 commit into from
Feb 5, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions themes/cdm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ title_color = (BLUE,WHITE,ON)


# Dialog box border color # Dialog box border color
border_color = (BLUE,BLACK,ON) border_color = (BLUE,BLACK,ON)
border2_color = (BLUE,BLACK,ON)


# Active button color # Active button color
button_active_color = (CYAN,BLACK,ON) button_active_color = (CYAN,BLACK,ON)
Expand All @@ -36,6 +37,7 @@ menubox_color = (BLUE,BLACK,OFF)


# Menu box border color # Menu box border color
menubox_border_color = (BLUE,BLACK,ON) menubox_border_color = (BLUE,BLACK,ON)
menubox_border2_color = (BLUE,BLACK,ON)


# Item color # Item color
item_color = (BLUE,BLACK,OFF) item_color = (BLUE,BLACK,OFF)
Expand Down