Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example color configuration for a light theme #297

Closed
evmorov opened this issue Nov 13, 2018 · 7 comments
Closed

Example color configuration for a light theme #297

evmorov opened this issue Nov 13, 2018 · 7 comments
Labels

Comments

@evmorov
Copy link

evmorov commented Nov 13, 2018

Currently scim looks like that in my terminal:

image

I've seen in README that I can configure it. I don't really want to tweak it really well and spend much time. Can someone give me an example of configuration for a light theme so at least I can see text I'm typing?

@evmorov evmorov changed the title Example color configuration for light theme Example color configuration for a light theme Nov 13, 2018
@andmarti1424
Copy link
Owner

Hello. Have you check :cellcolor and :color examples in the
doc file ??

@evmorov
Copy link
Author

evmorov commented Nov 13, 2018

Looks like it will take some time to define all the keys and values. I'd rather have a full example to be able to try the product. If there is no so I'll try to do that later. Thanks

@evmorov evmorov closed this as completed Nov 13, 2018
@jnduli
Copy link

jnduli commented Dec 22, 2018

I use solarized light theme and have a similar problem to the above mentioned. Adding the following lines to the ~/.scimrc file helps:

color "type=INPUT fg=BLACK bg=DEFAULT_COLOR"
color "type=NORMAL fg=BLACK bg=DEFAULT_COLOR"
color "type=WELCOME fg=BLACK bg=DEFAULT_COLOR"
color "type=CELL_SELECTION_SC fg=WHITE bg=BLACK"
color "type=MODE fg=BLACK bg=DEFAULT_COLOR"

@fn-ix
Copy link

fn-ix commented Nov 19, 2019

I would like to have a "default" light theme as well, as my light X colorscheme is messing it up.

@sisrfeng
Copy link

sisrfeng commented Oct 4, 2022

I hate dark theme!!!!!!!!!!!!!!!

@andmarti1424
Copy link
Owner

andmarti1424 commented Oct 4, 2022

I hate dark theme!!!!!!!!!!!!!!!

Do not feel alone. A lot of people do.

@sisrfeng
Copy link

sisrfeng commented Oct 4, 2022

image

my config:

color   "type=INPUT              fg=BLACK bg=DEFAULT_COLOR"
color   "type=NORMAL             fg=BLACK bg=DEFAULT_COLOR"
color   "type=CELL_SELECTION_SC  bg=GREEN     fg=BLACK"
color   "type=MODE               fg=BLACK bg=DEFAULT_COLOR bold=0"

# prince of persia theme, 删掉了对light theme不友好的, (被上面的代替了)
# green和yellow反了
color   "type=DEFAULT             fg=BLACK     bg=DEFAULT_COLOR"
color   "type=HEADINGS            fg=BLACK     bg=YELLOW          bold=0"
color   "type=HEADINGS_ODD        fg=BLACK     bg=YELLOW          bold=0"

color   "type=GRID_EVEN           fg=WHITE     bg=DEFAULT_COLOR"
color   "type=GRID_ODD            fg=WHITE     bg=DEFAULT_COLOR"

color   "type=WELCOME             fg=YELLOW    bg=DEFAULT_COLOR   bold=0"
color   "type=CELL_SELECTION      bg=BLACK     fg=WHITE           bold=0"
color   "type=NUMB                fg=CYAN      bg=DEFAULT_COLOR"
color   "type=STRG                fg=MAGENTA   bg=DEFAULT_COLOR   bold=0"
color   "type=DATEF               fg=YELLOW    bg=DEFAULT_COLOR"
color   "type=EXPRESSION          fg=RED       bg=DEFAULT_COLOR"
color   "type=INFO_MSG            fg=CYAN      bg=DEFAULT_COLOR   bold=1"
color   "type=ERROR_MSG           fg=CYAN      bg=WHITE             bold=1"
color   "type=CELL_ID             fg=BLACK     bg=DEFAULT_COLOR   bold=1"
color   "type=CELL_FORMAT         fg=RED       bg=DEFAULT_COLOR"
color   "type=CELL_CONTENT        fg=CYAN      bg=DEFAULT_COLOR   bold=1"
color   "type=CELL_ERROR          fg=RED       bg=DEFAULT_COLOR   bold=1"
color   "type=CELL_NEGATIVE       fg=GREEN     bg=DEFAULT_COLOR"

# vim:ft=conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants