Update Chaos.css to include indent-guide and fold
Add indent guide to theme. Modify ace_fold to be more subtle (the big inline ace_fold widgets are a bit distracting on this dark theme). This is true to the original Chaos theme (Space Editor).
This commit is contained in:
parent
f118db4560
commit
3d2e291c0c
1 changed files with 17 additions and 1 deletions
|
|
@ -137,4 +137,20 @@
|
|||
|
||||
.ace-chaos .ace_fold-widget.ace_closed:after {
|
||||
content: '‣'
|
||||
}
|
||||
}
|
||||
|
||||
.ace-chaos .ace_indent-guide {
|
||||
border-right:1px dotted #333;
|
||||
margin-right:-1px;
|
||||
}
|
||||
|
||||
.ace-chaos .ace_fold {
|
||||
background: #222;
|
||||
border-radius: 3px;
|
||||
color: #7AF;
|
||||
border: none;
|
||||
}
|
||||
.ace-chaos .ace_fold:hover {
|
||||
background: #CCC;
|
||||
color: #000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue