Re: [Github-comments] [geany/geany-themes] Dark Schemes in general. (#40)

2021-03-23 Thread elextr
Ok, what you are calling "frame" are the "margins".  The "frame" is a GTK thing 
around the editing widget and is set by GTK themes.  "Margins" are part of the 
editing widget and are set by "colour schemes" as in this repo.  (Maybe 
"themes" is a bad name for the repo, but thats what it was initially called and 
thats what its stayed).  

The editing widget is not affected by GTK themes since its unrealistic to 
expect global desktop themes to set values for things like "line_numbers" or 
"folding" or "C program types" etc, and so the Geany "colour schemes" fill that 
gap.

But it appears complicated.

`filetypes.common` (overridden by user `filetypes.common`) sets common styling 
settings.

`filetypes.XXX` sets filetype dependent styling settings for filetype XXX (also 
overridden by a user version), mostly the styles for syntactic elements of the 
filetype.  

Each setting can be set to a value or a named style.

`filetypes.common` also has a default set of values for the named styles.

The values of the named styles are set by the "colour schemes" if they want to 
change the default.

So if a setting in `filetypes.common` or `filetypes.XXX` is set to a named 
style it can be set by the colour scheme, but if its a value the colour scheme 
can't change it.  

For example translucency values are set to values in `filetypes.common` because 
on some very olde platforms changing them would crash Geany so it was better 
they were not fiddled with by colour schemes which are platform independent, 
but values are overridable by user `filetypes.common` (on the doubtful 
assumption the user knew what platform they were on :-).

This way colour schemes do not have to set values for each syntactic element 
for each programming language, just a common set of named styles and the 
`filetypes.*` files map them to actual common or programming language settings.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/issues/40#issuecomment-805411916

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2021-03-23 Thread cyberfox1
> @cyberfox1 without any further information its not possible to help you. 
> Paste your filetypes.common to a pastebin and put a link here, plus the usual 
> version of Geany and system you are on from the top of `Help->Debug Messages`

It doesn't sound like you have been able to help anyone.

> Whilst its tempting to yell at Ubuntu to "fix your [expletive deleted] font"

You need to get it into your head it is ALL fonts and Geany is currently an 
unusable product.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2502#issuecomment-805216434

Re: [Github-comments] [geany/geany-themes] Dark Schemes in general. (#40)

2021-03-23 Thread humpty
A. My bad. I found out that the current line colors were over-ridden by 
filetypes.common. Commenting them out fixed this.

B. By 'frame' I really meant the line numbers on the left hand side. Colours 
will change when in 'invert syntax highlighting colours' is on. (linux lubuntu 
18.04, Geany 1.32).


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/issues/40#issuecomment-805027219

Re: [Github-comments] [geany/geany] Underscore not displayed on 20.04 (#2466)

2021-03-23 Thread rudyardcatling
my previous comment turned out to be disruptive content including a solution 
but nevermind, i should know better than to speak in tbhe middle of 
professionals on a shite owned by Crotter inc.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2466#issuecomment-804870503

Re: [Github-comments] [geany/geany] Underscore not displayed on 20.04 (#2466)

2021-03-23 Thread Rob Peters
No it's not fixed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2466#issuecomment-804859716

Re: [Github-comments] [geany/geany-themes] Dark Schemes in general. (#40)

2021-03-23 Thread elextr
A. both the translucency and colours of the current line can be set by the 
theme, so I guess its up to the theme makers how they want to show it.

B. not sure exactly what you mean by "frame" but it what I would call the frame 
doesn't change colour with "invert colours" for me.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/issues/40#issuecomment-804755098

[Github-comments] [geany/geany-themes] Dark Schemes in general. (#40)

2021-03-23 Thread humpty
A. None of the dark schemes (bright text)  view well with the current editing 
line which has a bright background highlighter. Am I missing something ?

B. The editor frame doesn't change color (as explained in another closed issue) 
because it is part of the GTK themes. But it does change if you ask Geany to 
invert ALL colors. In such a case, should not dark theme developers design 
their themes for inverted mode instead of normal mode?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/issues/40

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2021-03-23 Thread elextr
@cyberfox1 without any further information its not possible to help you.  Paste 
your filetypes.common to a pastebin and put a link here, plus the usual version 
of Geany and system you are on from the top of `Help->Debug Messages`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2502#issuecomment-804618117

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2021-03-23 Thread cyberfox1
> Thanks and sorry for duplicate, I didn't search the closed issues :(
> 
> Changing **Tools > Configuration Files > filetypes.common** to include
> 
> ```
> [styling]
> line_height=0;2;
> ```
> 
> solved this bug !

This does not work for me.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2502#issuecomment-804616354

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2021-03-23 Thread cyberfox1
Whats the workaround? I tired line_height=0;2; and it didnt worked.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2502#issuecomment-804616022

Re: [Github-comments] [geany/geany] Underscore not displayed on 20.04 (#2466)

2021-03-23 Thread cyberfox1
Is this fixed yet?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2466#issuecomment-804615677