Skip to content

Latest commit

 

History

History
76 lines (58 loc) · 1.97 KB

README.md

File metadata and controls

76 lines (58 loc) · 1.97 KB

NordThemeGeany

A homemade version of the Nord theme for geany.

Installation

Simply run the following command to install the editor theme.

$ ./nord

After running the command, you just need to change your theme in geany
Changing theme explanation

If you want to go full Nord style, you can install the GTK theme too.

$ ./nord --gtk

Running this command will save your previous geany.css file as old_geany.css inside the geany config folder, if you ever feel like going back to normal, or trying other themes.

Appearance

  • Nord theme

    Some examples of how the theme looks with different programming languages.

    C

    Nord theme image C


    Python

    Nord theme image Python


    HTML

    Nord theme image HTML


    Markdown

    Nord theme image Markdown


    CSS

    Nord theme image CSS

  • GTK theme

    A really big pcture of what the main window looks like with the GTK theme enabled

    Main window

    GTK main window appearance


    Preferences window

    GTK menu window appearance


    File upload window

    GTK file upload window appearance

TO-DOs

  • Implement the basic Nord Theme, following the official colors & palettes
  • Implement the basic GTK theme
  • Polish the GTK theme look
  • Try to make the theme more adaptative to languages