-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Saving color settings for a particular spreadsheet #835
Comments
@asteri0 try adding those lines to your |
Thank you for reply. If I add the color lines to my scimrc, the all spreadsheets will open with my custom colors. This is nice, but what I wanted was to have a different color scheme per spreadsheet so as to instantly know what I am working on. I recognize I am splitting hairs. |
Oh I see. It might be that the file theme gets overrided with the scimrc one. |
Thank you for you reply. |
Andrés: "Colors can be set at runtime or specified in: As I understand, b. no longer applies. |
Yes. Indeed. Thanks for pointing it out. |
In older versions of sc-im, I used a bash script to to add a special color scheme to a particular spreadsheet:
color "type=HEADINGS fg=BLACK bg=WHITE bold=0 dim=0"
color "type=HEADINGS_ODD fg=BLACK bg=WHITE bold=0 dim=0"
color "type=NUMB fg=RED bg=DEFAULT_COLOR bold=1 dim=0"
....
The issue I face since last year (I don't recall which particular version, sorry) : once I open the spreadsheet and make changes to and save with :x, the colors are gone!, the lines previously added disappear, so that when I open it again the colors revert to the default.
The text was updated successfully, but these errors were encountered: