https://github.com/damir-sijakovic/geany
Geany editor extras
https://github.com/damir-sijakovic/geany
color-scheme colorschemes geany linux
Last synced: 29 days ago
JSON representation
Geany editor extras
- Host: GitHub
- URL: https://github.com/damir-sijakovic/geany
- Owner: damir-sijakovic
- License: mit
- Created: 2020-03-24T18:51:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T18:57:11.000Z (about 5 years ago)
- Last Synced: 2025-01-30T05:43:06.452Z (3 months ago)
- Topics: color-scheme, colorschemes, geany, linux
- Language: Shell
- Homepage:
- Size: 410 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Geany
Extras for https://www.geany.org/ text editor.---
## Geany Startup Script

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:

Anzu:

Battery_Acid:

Control_Room:

CSprite:

Dawnbringer:

Deep_forest:

LightBringer:

Metal:

Vertex_Dark:
