Skip to content

New DarkSpook color scheme - #68

Open
hngts wants to merge 4 commits into
geany:masterfrom
hngts:master
Open

New DarkSpook color scheme#68
hngts wants to merge 4 commits into
geany:masterfrom
hngts:master

Conversation

@hngts

@hngts hngts commented Dec 20, 2023

Copy link
Copy Markdown

DarkSpook color scheme based on InkPot color scheme.

DarkSpook color scheme based on **InkPot** color scheme.
@hngts

hngts commented Dec 21, 2023

Copy link
Copy Markdown
Author

I have left licence header from the original author on purpose. [theme_info] section points on me.
I hope that's ok.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind to replace the screenshot as described above?

Comment thread colorschemes/dark-spook.conf Outdated
string_4=#A1CDCA;;false;false
string_eol=#A1C1CD;;false;false
character=#A86027;;false;false
backticks=#008C39l;;false;false

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@hngts hngts Dec 27, 2023

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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 is DarkSpook. Should I correct that as well ? From DarkSpook to Dark Spook into config or I leave as is ?

I think this is OK, some other themes do this as well.

# Editor styles
#-------------------------------------------------------------------------------

selection=;#4e4e8f;false;false

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@eht16

eht16 commented Nov 9, 2024

Copy link
Copy Markdown
Member

@hngts are you still interested in this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants