Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. .console {
  2. padding: 10px;
  3. color: #ccc;
  4. background: #000;
  5. font-family:Courier;
  6. border: 3px double #ccc;
  7. }
  8.  
  9. <dict>
  10. <key>settings</key>
  11. <dict>
  12. <key>background</key>
  13. <string>#000000</string>
  14. <key>caret</key>
  15. <string>#A7A7A7</string>
  16. <key>foreground</key>
  17. <string>#F8F8F8</string>
  18. <key>invisibles</key>
  19. <string>#CAE2FB3D</string>
  20. <key>lineHighlight</key>
  21. <string>#FFFFFF0D</string>
  22. <key>selection</key>
  23. <string>#DDF0FF33</string>
  24. </dict>
  25. </dict>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement