Color theme support - #22
Conversation
- rename header - add undocumented variable
|
@blueglyph, here is how to use color themes. :) How to get intellisence? Install this Red Hat VS Code extension or anything like that if another editor is used. Then change VS Code settings like this: {
"yaml.schemas": {
"path/to/theme.json": "path/to/file_where_to_enable_intellisence.yaml"
}
}The first file was put here. Download it locally and write path to it. Personally I don't like such manual intellisence setup and I guess we can provide some default color schema (rename it to make it's name more unique, for instance to clip-view-default-color-theme.yaml) and mention it in SchemaStore to automatically be used when default theme config is opened. @hyperupcall, wdyt about including my JSON schema for this project in SchemaStore repo like a link to this .json? |
|
@EmilySeville7cfg SchemaStore has a requirement that schemas must have some minimal level of popularity - I don't think personal schemas as these meet that requirement? |
In other words, how many project stars should I have in your opinion? |
|
@EmilySeville7cfg My personal limit when adding schemas for other repositories is a thousand stars - there is always a risk of the project not working out and needing to remove the stale schema. If somebody else chooses to write the schema, then I guess the bar doesn't have to be as high - say a few hundred or so stars, but the point is that there are a more than a few dozen people benefiting from the schema and that each schema is from some community where people would at least recognize the project. |
- explain command executed - explain lines for intellisence turning on

closes #15
60 color settings available (use
bash ./clip-view.sh -h | grep '\$' | wc -lto check):Notes
-cc|--clear-cacheflag is replaced with-cpc|--clear-page-cache.