diff --git a/README.md b/README.md index f6a89a6..05f4a51 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ I like dark themes, and I am also really picky about what I have to stare at eve +## Before you begin + +You need to install the "[Brackets UI Theming Enable](https://github.com/notasz/brackets-uitheming)" plugin to enjoy the full Dracula experience. + + ## Screenshots #### JavaScript/jQuery diff --git a/dracula.css b/dracula.css index 203799c..8621497 100755 --- a/dracula.css +++ b/dracula.css @@ -1,3 +1,120 @@ +/* +You need to install "Brackets UI Theming Enable" +** https://github.com/notasz/brackets-uitheming +*/ + +/* Brackets */ + +#project-files-header { + font-weight: 700; + letter-spacing: 0.1rem; + padding: 8px 0 9px 15px; + text-transform: uppercase; +} + +.dropdown-arrow { + display: none; +} + +.bft-toggle-type { + display: none !important; +} + +#project-files-container .jstree-leaf:before, +#project-files-container .jstree-leaf:after, +#project-files-container .jstree-open:before, +#project-files-container .jstree-open:after, +#project-files-container .jstree-closed:before, +#project-files-container .jstree-closed:after { + display: none !important; +} + +#project-files-container .jstree-leaf:after, +#project-files-container .jstree-open > a:after, +#project-files-container .jstree-closed > a:after { + background-color: transparent; +} + +#project-files-container .jstree-leaf, +#project-files-container .jstree-open, +#project-files-container .jstree-closed { + margin-left: 10px; +} + +.jstree-brackets li.jstree-open > a, +.jstree-brackets li.jstree-closed > a { + font-weight: 700; +} + +.jstree-brackets li .extension { + /* opacity: 0.9; */ +} + +#project-files-container ul { + padding: 0; +} + +#project-files-container .jstree-open > ul:before { + background-color: transparent; +} + +#project-files-container .jstree-closed:after { + display: none; +} + +.sidebar { + font-family: Inconsolata, "Courier New", Courier; +} + +.panel { + /* text-shadow: none !important; */ +} + +#editor-holder .CodeMirror-foldgutter-open:after { + content: "\2335"; + font-size: 1.3em; + color: #767676; +} + +#editor-holder .CodeMirror-foldgutter-folded:after { + content: "+"; + font-size: 0.9rem; + font-weight: 700; + background-color: transparent; + color: #bef8a8; + text-shadow: 0 0 10px #bef8a8; /* glow */ +} + +.CodeMirror-foldmarker { + background-color: transparent; + border: 1px solid rgba(255, 255, 255, 0.1); + color: #fff; +} + +.CodeMirror-foldmarker:after { + content: "..."; + font-size: 0.7rem; + line-height: 0.7rem; + vertical-align: top; +} + + + +/* Plugins */ + +.ico-cssColorPreview { + border-radius: 50%; + /* margin-left: 0.3rem; */ +} + +.avril-tabs-work { + background-color: #333639; +} + + + +/* Theme */ + #status-indicators, #status-indicators div:not(#status-inspection), #status-info, diff --git a/package.json b/package.json index 04c8590..6987d8e 100755 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "dsgn.dracula-theme", "title": "Dracula", - "description": "Improved Dracula theme", + "description": "A theme of terrible evil, for your coding pleasure, bwahahahahahaaa-cough-haaaa. Oh yeah, you will need to install the Brackets UI Theming Enable plugin too, for the full Dracula experience.", "homepage": "https://github.com/NetOperatorWibby/DraculaBrackets", - "version": "1.0.0", + "version": "1.0.1", "author": "Paul Anthony Webb (http://dsgn.io)", "license": "MIT", "theme": {