Merge pull request #18 from Nepherte/master

A black & white theme.
pull/19/head
Ghost1227 11 years ago
commit 06a1ac2857

@ -0,0 +1,125 @@
# Types of values:
#
# Number - <number>
# String - "string"
# Boolean - <ON|OFF>
# Attribute - (foreground,background,highlight?)
# Set aspect-ration.
aspect = 0
# Set separator (for multiple widgets output).
separate_widget = ""
# Set tab-length (for textbox tab-conversion).
tab_len = 0
# Make tab-traversal for checklist, etc., include the list.
visit_items = OFF
# Shadow dialog boxes? This also turns on color.
use_shadow = OFF
# Turn color support ON or OFF
use_colors = ON
# Screen color
screen_color = (WHITE,BLACK,ON)
# Shadow color
shadow_color = (BLACK,WHITE,ON)
# Dialog box color
dialog_color = (WHITE,BLACK,OFF)
# Dialog box title color
title_color = (WHITE,WHITE,ON)
# Dialog box border color
border2_color = (WHITE,BLACK,OFF)
border_color = (WHITE,BLACK,OFF)
# Active button color
button_active_color = (WHITE,BLACK,ON)
# Inactive button color
button_inactive_color = (WHITE,BLACK,OFF)
# Active button key color
button_key_active_color = (WHITE,BLACK,ON)
# Inactive button key color
button_key_inactive_color = (WHITE,BLACK,OFF)
# Active button label color
button_label_active_color = (WHITE,BLACK,ON)
# Inactive button label color
button_label_inactive_color = (WHITE,BLACK,OFF)
# Input box color
inputbox_color = (BLACK,WHITE,OFF)
# Input box border color
inputbox_border_color = (BLACK,WHITE,OFF)
# Search box color
searchbox_color = (BLACK,WHITE,OFF)
# Search box title color
searchbox_title_color = (WHITE,WHITE,ON)
# Search box border color
searchbox_border_color = (WHITE,WHITE,OFF)
# File position indicator color
position_indicator_color = (WHITE,WHITE,ON)
# Menu box color
menubox_color = (WHITE,BLACK,OFF)
# Menu box border color
menubox_border_color = (WHITE,BLACK,OFF)
menubox_border2_color = (WHITE,BLACK,OFF)
# Item color
item_color = (WHITE,BLACK,OFF)
# Selected item color
item_selected_color = (WHITE,BLACK,ON)
# Tag color
tag_color = (WHITE,BLACK,ON)
# Selected tag color
tag_selected_color = (WHITE,BLACK,ON)
# Tag key color
tag_key_color = (WHITE,BLACK,OFF)
# Selected tag key color
tag_key_selected_color = (WHITE,BLACK,ON)
# Check box color
check_color = (BLACK,WHITE,OFF)
# Selected check box color
check_selected_color = (WHITE,WHITE,ON)
# Up arrow color
uarrow_color = (WHITE,BLACK,ON)
# Down arrow color
darrow_color = (WHITE,BLACK,ON)
# Item help-text color
itemhelp_color = (WHITE,BLACK,OFF)
# Active form text color
form_active_text_color = (BLACK,WHITE,ON)
# Form text color
form_text_color = (WHITE,WHITE,ON)
# Readonly form item color
form_item_readonly_color = (WHITE,WHITE,ON)
Loading…
Cancel
Save