sc-im: adjusting config to new version

With the last version of sc-im the config seems to have moved to the .config dir.
Additionally the colorscheme was changed and had terrible readability, so i changed it.
master
TiynGER 4 years ago
parent 78ac7b64ba
commit 2df2a4d063

@ -0,0 +1,21 @@
set newline_action=l
set ignorecase
set xlsx_readformulas
set autobackup=60
set numeric
set craction=1
color "type=HEADINGS bold=1 fg=WHITE bg=YELLOW"
color "type=MODE fg=WHITE bg=DEFAULT_COLOR"
color "type=NUMB fg=GREEN bg=DEFAULT_COLOR"
color "type=STRG fg=BLUE bg=DEFAULT_COLOR"
color "type=CELL_ERROR fg=BLACK bg=RED"
color "type=CELL_NEGATIVE fg=RED bg=DEFAULT_COLOR"
color "type=CELL_SELECTION fg=WHITE bg=BLUE"
color "type=CELL_SELECTION_SC fg=WHITE bg=BLUE"
color "type=INFO_MSG fg=BLACK bg=RED"
color "type=ERROR_MSG fg=BLACK bg=RED"
color "type=CELL_ID fg=YELLOW bg=DEFAULT_COLOR"
color "type=CELL_FORMAT fg=WHITE bg=DEFAULT_COLOR"
color "type=CELL_CONTENT fg=WHITE bg=DEFAULT_COLOR"
color "type=WELCOME fg=BLACK bg=GREEN"
color "type=INPUT fg=WHITE bg=DEFAULT_COLOR"

@ -1,6 +0,0 @@
set newline_action=l
set ignorecase
set xlsx_readformulas
set autobackup=60
set numeric
set craction=1
Loading…
Cancel
Save