Skip to content

Theme for Allround Automations PL/SQL Developer. Consists of beautifier rules, colored highlighting, custom words & so on in the style of Intellij IDEA

Notifications You must be signed in to change notification settings

cassandrus/plsql_developer_idea_theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plsql_developer_idea_theme

Theme, settings & rules for Allround Automations PL/SQL Developer 15. Consists of beautifier rules, colored highlighting, custom words and so on to code in the style of Intellij IDEA editor.

Screenshot

Prerequisites

  • PL/SQL Developer 15
  • JetBrains Mono 2.2+

Installation

  • Download JetBrains Mono font from official page
  • Unpack and install fonts to Windows
  • Open Preferences -> replace Settings profile with (settings.ini)
  • Open Preferences -> User Interface -> PL/SQL Beautifier. Click open in Rules file and provide (beautifier_rules.br)
  • Open Preferences -> User Interface -> Editor and in Syntax Highlighing tab click Custom keywords and open file (custom_keywords.txt)

Notes

The PLSQL Developer color encoding is:

  • Get your HEX color
  • Convert each (red, green, blue) to DEC
  • Sum it up as: Red + (Green * 256) + (Blue * 256 * 256)
  • Resultinc DEC is a number for setting.ini

About

Theme for Allround Automations PL/SQL Developer. Consists of beautifier rules, colored highlighting, custom words & so on in the style of Intellij IDEA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published