Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ozmoroz committed Dec 30, 2014
0 parents commit c14064b
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# OzBsidian colour scheme for Oracle SQL Developer #

This is a spinoff of Obsidian colour scheme for Oracle SQL Developer. It is based on Obsidian colour scheme for [Notepad++](http://notepad-plus-plus.org/).

![](screenshots/ozbsidian-sqldev_1.png)

## Installation ##

Unfortunately Oracle doesn't make it easy to import a new colour scheme into SQL Developer, thus a little bit of hacking is required.

- Locate file `dtcache.xml` in the SQL Developer's settings directory. On my system it is located in directory `C:\Users\s48\AppData\Roaming\SQL Developer\system4.0.3.16.84\o.ide.12.1.3.2.41.140908.1359`

- Locate `<schemeMap>` tag inside dtcache.xml file. Insert the content of `ozbsidian-scheme.xml` file inside `<schemeMap>` alongside the other colour schemes. Be careful not to break the XML.

- Launch SQL Developer. Navigate to menu Tools->Preferences, then select item Code Editor -> PL/SQL Syntax Colours in the left pane.

- Select "OzBsidian" in the "Scheme" drop down list on the top.

![](screenshots/ozbsidian-sqldev_2.png)


Loading

0 comments on commit c14064b

Please sign in to comment.