New DarkSpook color scheme - #68
Conversation
DarkSpook color scheme based on **InkPot** color scheme.
|
I have left licence header from the original author on purpose. [theme_info] section points on me. |
There was a problem hiding this comment.
It would be great if you could make a screenshot like described in https://github.com/geany/geany-themes/blob/master/ADDING-A-THEME.md#adding-a-screenshot.
There was a problem hiding this comment.
Do you mind to replace the screenshot as described above?
| string_4=#A1CDCA;;false;false | ||
| string_eol=#A1C1CD;;false;false | ||
| character=#A86027;;false;false | ||
| backticks=#008C39l;;false;false |
There was a problem hiding this comment.
Geany complains about the invalid color value:
Geany-INFO: 00:00:55.142: Bad color '#008C39l'
Geany-INFO: 00:00:55.145: selection style is set to invisible - ignoring!
Note also the selection style warning.
There was a problem hiding this comment.
Geany complains about the invalid color value:
Ouch!
Thanks.
That 7th l character (not including # ) is actually ;, but my finger apparently slipped.
Will remove it.
Note also the selection style warning.
Yes, that I am aware of. Tried various combinations, it looks quite ok like this.
I noticed that the name of the file is dark-spook.conf, but Titled Name is DarkSpook.
Should I correct that as well ? From DarkSpook to Dark Spook into config or I leave as is ?
There was a problem hiding this comment.
Geany complains about the invalid color value:
Ouch! Thanks.
That 7th
lcharacter (not including#) is actually;, but my finger apparently slipped. Will remove it.
:)
Note also the selection style warning.
Yes, that I am aware of. Tried various combinations, it looks quite ok like this.
It would be nice if we could avoid the warning.
I noticed that the name of the file is
dark-spook.conf, but Titled Name isDarkSpook. Should I correct that as well ? FromDarkSpooktoDark Spookinto config or I leave as is ?
I think this is OK, some other themes do this as well.
| # Editor styles | ||
| #------------------------------------------------------------------------------- | ||
|
|
||
| selection=;#4e4e8f;false;false |
There was a problem hiding this comment.
| selection=;#4e4e8f;false;false | |
| selection=;#4e4e8f;false;true |
This eliminates the warning and makes selected text look much better as the background color is used.
See https://geany.org/manual/#styling-section-1 for reference.
|
@hngts are you still interested in this PR? |
DarkSpook color scheme based on InkPot color scheme.