Skip to content
Snippets Groups Projects

SlyEdit: No more control characters needed in the color configuration files

Merged Eric Oulashin requested to merge slyedit_color_cfg_no_more_control_chars into master
14 files
+ 568
602
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -2,85 +2,85 @@
; This color scheme mimics DCT Edit's default color scheme.
; The color to use for quoted lines in the message
QuoteLineColor=nc
QuoteLineColor=nc
; Border colors
TopBorderColor1=nr
TopBorderColor2=nrh
EditAreaBorderColor1=ng
EditAreaBorderColor2=ngh
EditModeBrackets=nkh
EditMode=nw
TopBorderColor1=nr
TopBorderColor2=nrh
EditAreaBorderColor1=ng
EditAreaBorderColor2=ngh
EditModeBrackets=nkh
EditMode=nw
; Colors for the top informational area
TopLabelColor=nbh
TopLabelColonColor=nb
TopFromColor=nch
TopFromFillColor=nc
TopToColor=nch
TopToFillColor=nc
TopSubjColor=nwh
TopSubjFillColor=nw
TopAreaColor=ngh
TopAreaFillColor=ng
TopTimeColor=nyh
TopTimeFillColor=nr
TopTimeLeftColor=nyh
TopTimeLeftFillColor=nr
TopInfoBracketColor=nm
TopLabelColor=nbh
TopLabelColonColor=nb
TopFromColor=nch
TopFromFillColor=nc
TopToColor=nch
TopToFillColor=nc
TopSubjColor=nwh
TopSubjFillColor=nw
TopAreaColor=ngh
TopAreaFillColor=ng
TopTimeColor=nyh
TopTimeFillColor=nr
TopTimeLeftColor=nyh
TopTimeLeftFillColor=nr
TopInfoBracketColor=nm
; Colors for the quote window
QuoteWinText=n7b
QuoteLineHighlightColor=nw
QuoteWinBorderTextColor=n7r
QuoteWinBorderColor=nk7
QuoteWinText=n7b
QuoteLineHighlightColor=nw
QuoteWinBorderTextColor=n7r
QuoteWinBorderColor=nk7
; Colors for the bottom row help text
BottomHelpBrackets=nkh
BottomHelpKeys=nrh
BottomHelpFill=nr
BottomHelpKeyDesc=nc
BottomHelpBrackets=nkh
BottomHelpKeys=nrh
BottomHelpFill=nr
BottomHelpKeyDesc=nc
; Colors for text boxes
TextBoxBorder=nk7
TextBoxBorderText=nr7
TextBoxInnerText=nb7
YesNoBoxBrackets=nk7
YesNoBoxYesNoText=nwh7
TextBoxBorder=nk7
TextBoxBorderText=nr7
TextBoxInnerText=nb7
YesNoBoxBrackets=nk7
YesNoBoxYesNoText=nwh7
; Colors for the menus
SelectedMenuLabelBorders=nw
SelectedMenuLabelText=nk7
UnselectedMenuLabelText=nwh
MenuBorders=nk7
MenuSelectedItems=nw
MenuUnselectedItems=nk7
MenuHotkeys=nwh7
SelectedMenuLabelBorders=nw
SelectedMenuLabelText=nk7
UnselectedMenuLabelText=nwh
MenuBorders=nk7
MenuSelectedItems=nw
MenuUnselectedItems=nk7
MenuHotkeys=nwh7
; Color settings for list boxes
listBoxBorder=ng
listBoxBorderText=nbh
listBoxBorder=ng
listBoxBorderText=nbh
; Colors for the cross-post selection box
crossPostMsgAreaNum=nhw
crossPostMsgAreaNumHighlight=n4hw
crossPostMsgAreaDesc=nc
crossPostMsgAreaDescHighlight=n4c
crossPostChk=nhy
crossPostChkHighlight=n4hy
crossPostMsgGrpMark=nhg
crossPostMsgGrpMarkHighlight=n4hg
crossPostMsgAreaNum=nhw
crossPostMsgAreaNumHighlight=n4hw
crossPostMsgAreaDesc=nc
crossPostMsgAreaDescHighlight=n4c
crossPostChk=nhy
crossPostChkHighlight=n4hy
crossPostMsgGrpMark=nhg
crossPostMsgGrpMarkHighlight=n4hg
; For the text items in list boxes
listBoxItemText=nc
listBoxItemHighlight=n4wh
listBoxItemText=nc
listBoxItemHighlight=n4wh
; Colors for message saving and sub-board post info when exiting SlyEdit
msgWillBePostedHdr=nc
msgPostedGrpHdr=nhb
msgPostedSubBoardName=ng
msgPostedOriginalAreaText=nc
msgHasBeenSavedText=nhc
msgAbortedText=nhm
emptyMsgNotSentText=nhm
genMsgErrorText=nhm
msgWillBePostedHdr=nc
msgPostedGrpHdr=nhb
msgPostedSubBoardName=ng
msgPostedOriginalAreaText=nc
msgHasBeenSavedText=nhc
msgAbortedText=nhm
emptyMsgNotSentText=nhm
genMsgErrorText=nhm
Loading