1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-25 20:47:45 +01:00

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.
This commit is contained in:
TiynGER 2021-03-20 19:05:29 +01:00
parent 78ac7b64ba
commit 2df2a4d063
2 changed files with 21 additions and 6 deletions

21
.config/sc-im/scimrc Normal file
View File

@ -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"

View File

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