Skip to content

Commit 47a2f62

Browse files
authored
Initial
Initial commit
0 parents  commit 47a2f62

File tree

7 files changed

+295
-0
lines changed

7 files changed

+295
-0
lines changed

Dracula.xml

Lines changed: 227 additions & 0 deletions
Large diffs are not rendered by default.

INSTALL.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## <img src="https://www.oracle.com/a/ocom/img/sql-dev.svg" width="128" align="left" />Dracula theme for Oracle SQL Developer ##
2+
### <a name="install"></a>Installation ###
3+
__See original instructions providing by [Ozmoroz](https://github.com/ozmoroz/ozbsidian-sqldeveloper/blob/master/README.md)__
4+
> Unfortunately Oracle doesn't make it easy to import a new colour scheme into SQL Developer, thus a little bit of hacking is required.
5+
- Close SQL Developer. This is important. If you modify the scheme file while SQL Developer is open, your changes won't be saved.
6+
7+
- Locate file `dtcache.xml` in the [SQL Developer's settings directory](https://docs.oracle.com/en/database/oracle/sql-developer/19.1/rptig/installing-sql-developer.html#GUID-16F0A7C3-6EC1-4176-9B15-FE4AA8D70D5F).
8+
&nbsp;
9+
Windows:
10+
```%APPDATA%\SQL Developer\systemn.n.n.n.n.n\o.ide.n.n.n.n.n.n.n```
11+
Example:
12+
```C:\Users\alonperezext\AppData\Roaming\SQL Developer\system3.2.20.09.87\o.ide.11.1.1.4.37.59.48```
13+
&nbsp;
14+
Linux or Mac OS X:
15+
```~/.sqldeveloper/systemn.n.n.n.n.n/o.ide.n.n.n.n.n.n.n```
16+
Example:
17+
```~/.sqldeveloper/system19.1.0.094.2042/o.ide.13.0.0.1.42.170225.201```
18+
&nbsp;
19+
20+
- Locate `<schemeMap>` tag inside dtcache.xml file. Insert the content of the color scheme xml file inside `<schemeMap>` alongside the other colour schemes. Be careful not to break the XML.
21+
![Insert the contents of color scheme xml file after opening schemeMap tag](images/theme_insert_here.png)
22+
23+
- Launch SQL Developer. Navigate to menu Tools->Preferences, then select item Code Editor -> PL/SQL Syntax Colors in the left pane.
24+
25+
- Select theme in the "Scheme" drop down list on the top.
26+
![](images/dracula_select.png)

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 @percova
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Dracula for [Oracle SQL Developer](https://www.oracle.com/database/technologies/appdev/sql-developer.html)
2+
3+
> A dark theme for [Oracle SQL Developer](https://www.oracle.com/database/technologies/appdev/sql-developer.html).
4+
5+
![Screenshot](images/dracula_syntax.png)
6+
7+
## Install
8+
9+
All instructions can be found at [draculatheme.com/sqldeveloper](INSTALL.md#install).
10+
11+
## Team
12+
13+
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/template/graphs/contributors).
14+
15+
[![A Percova](https://avatars0.githubusercontent.com/u/14076184?v=3&s=70)](https://github.com/apercova)
16+
---
17+
[A Percova](https://github.com/apercova)
18+
19+
## License
20+
21+
[MIT License](./LICENSE)

images/dracula_select.png

47.3 KB
Loading

images/dracula_syntax.png

26.3 KB
Loading

images/theme_insert_here.png

14.9 KB
Loading

0 commit comments

Comments
 (0)