Code Monkey home page Code Monkey logo

geany-themes's Issues

Edit default theme

Is there a default.conf somewhere i can edit or use to base a new theme on, as i only want to make small changes such as italic comments etc.

Missing undescores with Delt Dark theme.

Hello,

I'm using geany on Ubuntu. Defaults settings except the theme. The text font is "Monospace" size 10.
The undescore characters are not visible (they look like spaces).
I tested with other fonts, some have the same issue, some do not.

Is there some parameter to change somewhere? Some line height ?

Markers are barely visible with some themes

Makers are barely visible with some themes, or even completely invisible in case of Solarized (light) and Retro. The full list is:

  • Bespin
  • Dark Colors
  • Delt Dark
  • GitHub
  • Kugel
  • Monokai
  • Railcasts
  • Ralesk's MC
  • Retro
  • Solarized (light)
  • Steampunk
  • Tango
  • Tinge

some warrning message

When I excute journalctl -f -o cat /usr/bin/gnome-shell, I got those lines. maybe is theme problem.

GNOME Shell 40.5

st_widget_get_theme_node called on the widget [0x5572870a05c0 StBin:insensitive ("Geany")] which is not in the stage.
st_widget_get_theme_node called on the widget [0x55728709fd70 Gjs_ui_panel_AppMenuButton.panel-button ("Geany")] which is not in the stage.
st_widget_get_theme_node called on the widget [0x5572870a18a0 StBin:insensitive "appMenu" ("Geany")] which is not in the stage.
st_widget_get_theme_node called on the widget [0x5572870a2d40 StBoxLayout.panel-status-menu-box:insensitive ("Geany")] which is not in the stage.
st_widget_get_theme_node called on the widget [0x5572870a8600 Gjs_ui_animation_Spinner:insensitive] which is not in the stage.
st_widget_get_theme_node called on the widget [0x5572870a05c0 StBin:insensitive ("Geany")] which is not in the stage.
st_widget_get_theme_node called on the widget [0x55728709fd70 Gjs_ui_panel_AppMenuButton.panel-button ("Geany")] which is not in the stage.
st_widget_get_theme_node called on the widget [0x5572870a18a0 StBin:insensitive "appMenu" ("Geany")] which is not in the stage.
st_widget_get_theme_node called on the widget [0x5572870a2d40 StBoxLayout.panel-status-menu-box:insensitive ("Geany")] which is not in the stage.
st_widget_get_theme_node called on the widget [0x5572870a8600 Gjs_ui_animation_Spinner:insensitive] which is not in the stage.

How to change colorscheme?

I followed the instructions on the homepage exactly, but my colorscheme hasn't changed when I restart Geany. Are there missing instructions?

"Extract the tarball and copy all of the files in the colorschemes directory to your C:\Users\YourUserName\AppData\Roaming\geany\colorschemes directory. Create this directory if it doesn't already exist."

Dark Schemes in general.

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?

Metallic Bottle Theme - foreground and background identical

In metallic-bottle.conf, we find the following definitions:

selection=#000;#c48c65;false;true
preprocessor=#c48c65
other=#c48c65
line_added=#c48c65

This means that if I have a syntactic element styled as preprocessor (for instance, a symbol (:abc) in Ruby source code, and select it with a mouse, foreground and background look identical and I can't see anymore the selected text.

all themes negative/reversed colors

I just grabbed all of these and installed them, and they show reversed/negative. To explain, the Retro (terminal) theme, which should be green on black, is pink on white; Fluffy, which should be white with colors, is instead black. Dark themes are light, and light themes are dark.
It's weird. Any explanation?
At the moment I'm on a crappy win7 machine. (I'll install and look on my Debian box later).

Tony

A few broken colour schemes that come with Geany 2.0 (comma instead of semicolon on brace_good line)

Geany 2.0 comes with a few broken colour scheme templates. Look at the brace_good line in the following screenshot, you will see a typo where there's a comma instead of a semicolon:

282243403-bd321a08-adc3-461b-807a-145057b4bb9e

When I fix that line, it works properly and braces are highlighted, otherwise (by default) they're black on dark gray, so the highlighting is almost completely unnoticeable.

Please fix your schemes, the line should be reading:

brace_good=pro_orange;pro_selection_background;true;false

Make sure to also check the light scheme from the same name as it contains the same typo! ;-)

Issue initially raised over at Geany 2.0 GitHub: geany/geany-osx#50 (comment)

Flatpak directory location

The location to place themes when Geany has been installed from flatpak is:

/var/lib/flatpak/app/org.geany.Geany/x86_64/stable/<stringofcharacters>/files/share/geany/colorschemes/

Porting a theme to geany?

Hi,
How would I go about porting a theme (Material) to Geany?
Can I just take an annotated .conf file (is there one explaining entries?) and change the values?
Probably naive, but I've got to start somewhere :)
Any advice please?
Apologies if this request is 'in the wrong place'
I have some knowledge of German if resources only in this language
Thanks

Where is the Windows' Geany's color scheme saved

On need to edit, modify the 'black scheme', tried to open the file but have no idea where the Windows' Geany's color scheme is saved

as in C:\Users....\geany setting directory , colorscheme dir. is empty, while (almost) all file settings else are available

Please help out!

Themes not applying to sudo

Hi guys, Linux noob here, running Mint 20.3. Have been using Geany as my text editor and have themed it the way that I like when it opens normally. However, when I execute it with sudo, it only recognizes the Default and Alternate themes: none of the themes I've downloaded show.

Can I do anything about this so that when I go sudo geany <file to be edited> I can display my desired theme?

Underline is invisible in Darcula

Underline is invisible in Darcula.
Visible in Solarized (Dark) and Default.

Darcula:

image

Solarized (Dark):

image

Geany 1.36 (built on 2020-05-24) on Fedora 32 with Wayland.
GTK+ v3.24.20 and GLib v2.64.3.

bold keywords, types, and classes

geany's default colour-scheme has boldface for keywords, types, and classes. It would be nice to see the other colour-schemes to follow this. For example, monokai would change as below.

type=bright_green;;true
class=type
function=bright_green
parameter=bright_orange;

keyword=hot_pink;;true
keyword_1=keyword
keyword_2=light_cyan;;true
keyword_3=keyword_1
keyword_4=keyword_2

DarkSpook theme

I have modified InkPot theme to suit my own nightshifts. Been using it for a long time. Compatible with all Geany versions. Here is screenshot with php, js, css and darkspook.conf buffers.

Would like to add it, but I am not a collaborator ..

darkspook-snapshot

New Release

Can you please make a new release, last release was over 5 years ago and no tarball release since but more themes have been added.

Alternate line background color?

Is it possible to write in an second background color for alternate lines? This would be very attractive to the eye. I didn't see theme specs anywhere. Thanks.

Themes only applies to editor window

On Windows 10, these themes seem to apply to the main editor window only. As the rest of the IDE is not Windows-10 theme-compatible, the contrast between the dark editor window and the otherwise bright parts of the IDE makes using dark themes difficult in Geany.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.