Guest User

Untitled

a guest
May 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. atom-text-editor {
  2. background-color: #000;
  3. padding: 1em 1em 1em 0;
  4. }
  5. atom-text-editor .gutter {
  6. background-color: #000;
  7. color: #666;
  8. }
  9. div .title, div .tree-view {
  10. background-color: #111;
  11. }
  12. atom-text-editor .invisible-character {
  13. color: #000;
  14. }
  15. atom-text-editor .cursor-line .invisible-character {
  16. color: #333;
  17. }
  18. .fold-marker {
  19. &::before {
  20. content: "";
  21. display: block;
  22. position: absolute;
  23. left: 0;
  24. right: 0;
  25. border-bottom: 2px dashed #222;
  26. }
  27. }
Add Comment
Please, Sign In to add comment