📄 sourcemage.rc
字号:
# $Id: sourcemage.rc,v 1.2 2003/11/20 21:15:54 tom Exp $# Run-time configuration file for dialog, matches SourceMage color scheme.## Types of values:## Number - <number># String - "string"# Boolean - <ON|OFF># Attribute - (foreground,background,highlight?)## Shadow dialog boxes? This also turns on color.use_shadow = ON# Turn color support ON or OFFuse_colors = ON# Screen colorscreen_color = (RED,BLACK,ON)# Shadow colorshadow_color = (BLACK,BLACK,ON)# Dialog box colordialog_color = (BLACK,WHITE,OFF)# Dialog box title colortitle_color = (RED,WHITE,ON)# Dialog box border colorborder_color = (WHITE,WHITE,ON)# Active button colorbutton_active_color = (WHITE,RED,ON)# Inactive button colorbutton_inactive_color = (BLACK,WHITE,OFF)# Active button key colorbutton_key_active_color = (WHITE,RED,ON)# Inactive button key colorbutton_key_inactive_color = (RED,WHITE,OFF)# Active button label colorbutton_label_active_color = (RED,RED,ON)# Inactive button label colorbutton_label_inactive_color = (BLACK,WHITE,ON)# Input box colorinputbox_color = (BLACK,WHITE,OFF)# Input box border colorinputbox_border_color = (BLACK,WHITE,OFF)# Search box colorsearchbox_color = (BLACK,WHITE,OFF)# Search box title colorsearchbox_title_color = (RED,WHITE,ON)# Search box border colorsearchbox_border_color = (WHITE,WHITE,ON)# File position indicator colorposition_indicator_color = (RED,WHITE,ON)# Menu box colormenubox_color = (BLACK,WHITE,OFF)# Menu box border colormenubox_border_color = (WHITE,WHITE,ON)# Item coloritem_color = (BLACK,WHITE,OFF)# Selected item coloritem_selected_color = (WHITE,RED,ON)# Tag colortag_color = (RED,WHITE,ON)# Selected tag colortag_selected_color = (RED,RED,ON)# Tag key colortag_key_color = (RED,WHITE,ON)# Selected tag key colortag_key_selected_color = (WHITE,RED,ON)# Check box colorcheck_color = (BLACK,WHITE,OFF)# Selected check box colorcheck_selected_color = (WHITE,RED,ON)# Up arrow coloruarrow_color = (RED,WHITE,ON)# Down arrow colordarrow_color = (RED,WHITE,ON)# Item help-text coloritemhelp_color = (WHITE,BLACK,OFF)# Active form text colorform_active_text_color = (BLACK,WHITE,OFF)# Form text colorform_text_color = (RED,BLACK,ON)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -