Guest User

Untitled

a guest
Jun 13th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. .default {
  2. color: white;
  3. background-color: midnightblue;
  4. }
  5. unknown {
  6. // cursor-color: red;
  7. // background-mode: dark;
  8. }
  9. .modeline {
  10. color: black;
  11. background-color: slategray3;
  12. }
  13. .modeline-buffer-id {
  14. color: black;
  15. background-color: slategray3;
  16. }
  17. .modeline-mousable {
  18. color: black;
  19. background-color: slategray3;
  20. }
  21. .modeline-mousable-minor-mode {
  22. color: black;
  23. background-color: slategray3;
  24. }
  25. .underline {
  26. border-bottom-style: solid;
  27. border-bottom-width: thin;
  28. }
  29. .region {
  30. color: black;
  31. background-color: slategray3;
  32. }
Add Comment
Please, Sign In to add comment