Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Commit

Permalink
Updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
NetOperatorWibby committed Jun 17, 2015
1 parent 9f223b1 commit f7c98a8
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down
117 changes: 117 additions & 0 deletions 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,
Expand Down
4 changes: 2 additions & 2 deletions 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 <paul@dsgn.io> (http://dsgn.io)",
"license": "MIT",
"theme": {
Expand Down

0 comments on commit f7c98a8

Please sign in to comment.