From 2df2a4d06335f1068bf069ceb72f9912d0cdda09 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Sat, 20 Mar 2021 19:05:29 +0100 Subject: [PATCH] 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. --- .config/sc-im/scimrc | 21 +++++++++++++++++++++ .scimrc | 6 ------ 2 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 .config/sc-im/scimrc delete mode 100644 .scimrc diff --git a/.config/sc-im/scimrc b/.config/sc-im/scimrc new file mode 100644 index 0000000..fa72b52 --- /dev/null +++ b/.config/sc-im/scimrc @@ -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" diff --git a/.scimrc b/.scimrc deleted file mode 100644 index 3039025..0000000 --- a/.scimrc +++ /dev/null @@ -1,6 +0,0 @@ -set newline_action=l -set ignorecase -set xlsx_readformulas -set autobackup=60 -set numeric -set craction=1