Guest User

Untitled

a guest
Jan 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. .monaco-editor {
  2. -webkit-font-smoothing: antialiased;
  3. }
  4.  
  5. /* Fira code for ligtures */
  6. .mtk4,
  7. .mtk9 + .mtk10 {
  8. font-family: "Fira Code";
  9. }
  10.  
  11. /* Dim overall contrast */
  12.  
  13. .redsquiggly,
  14. .greensquiggly {
  15. opacity: 0.7;
  16. }
  17. .cigr {
  18. background: #383a41 !important;
  19. }
  20. .sidebar {
  21. color: #9da5b4;
  22. }
  23.  
  24. /* auto hide explorer toolbar */
  25. .explorer-action {
  26. opacity: 0.3;
  27. transition: opacity 0.3s;
  28. }
  29. .explorer-action:hover {
  30. opacity: 1;
  31. }
  32.  
  33. .monaco-workbench > .part.editor.empty > .content > .watermark {
  34. display: none;
  35. }
Add Comment
Please, Sign In to add comment