Skip to content

damir-sijakovic/geany

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geany

Extras for https://www.geany.org/ text editor.


Geany Startup Script

alt text

Script will start Geany with whatever theme you specify in bash 'start_geany.sh'.

If you are using light theme, you can start your Geany in dark theme.

	#!/bin/sh
	#start geany with Arc-Darkest theme
	env GTK_THEME=Arc-Darkest geany %F

Send Selection Commands

You can add commands from 'Edit->Format->Send Selection to' in Geany main menu. When you select text in Geany, you can send it to bash script and get results passed back in. For example, 'html_entities.sh' will encode html and pass back encoded string.


Colorschemes

Copy colorschemes into ~/.config/geany/colorschemes/

Amigo:

alt text

Anzu:

alt text

Battery_Acid:

alt text

Control_Room:

alt text

CSprite:

alt text

Dawnbringer:

alt text

Deep_forest:

alt text

LightBringer:

alt text

Metal:

alt text

Vertex_Dark:

alt text

Releases

No releases published

Packages

No packages published

Languages