diff options
Diffstat (limited to 'sc-im/.config')
-rw-r--r-- | sc-im/.config/sc-im/scimrc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sc-im/.config/sc-im/scimrc b/sc-im/.config/sc-im/scimrc new file mode 100644 index 0000000..daf1298 --- /dev/null +++ b/sc-im/.config/sc-im/scimrc @@ -0,0 +1,31 @@ +set autocalc +set numeric +set numeric_decimal=0 +set overlap +set xlsx_readformulas + +# types: +#HEADINGS +#MODE +#NUMB +#STRG +#DATEF +#EXPRESSION +#CELL_ERROR +#CELL_NEGATIVE +#CELL_SELECTION +#CELL_SELECTION_SC +#INFO_MSG +#ERROR_MSG +#CELL_ID +#CELL_FORMAT +#CELL_CONTENT +#WELCOME +cellcolor "fg=BLACK bg=CYAN" +color "type=NORMAL fg=DEFAULT_COLOR bg=BLACK bold=0" +color "type=INPUT fg=DEFAULT_COLOR bg=BLACK bold=0" +color "type=HEADINGS fg=DEFAULT_COLOR bg=BLACK bold=0" +color "type=CELL_SELECTION fg=WHITE bg=GREEN bold=1" +color "type=CELL_SELECTION_SC fg=BLACK bg=MAGENTA" +color "type=MODE fg=BLACK bg=WHITE" +color "type=WELCOME fg=MAGENTA bg=BLACK" |