Skip to content

Instantly share code, notes, and snippets.

@hilotech
Created June 28, 2015 23:47
Show Gist options
  • Save hilotech/3c61b42110d2fae509b2 to your computer and use it in GitHub Desktop.
Save hilotech/3c61b42110d2fae509b2 to your computer and use it in GitHub Desktop.
*** "C:\\Users\\h_siobar\\AppData\\Local\\Code\\app-0.3.0\\resources\\app\\client\\vs\\monaco\\ui\\workbench\\native\\native.main.css.orig" Wed Jun 3 17:12:21 2015
--- "C:\\Users\\h_siobar\\AppData\\Local\\Code\\app-0.3.0\\resources\\app\\client\\vs\\monaco\\ui\\workbench\\native\\native.main.css" Fri Jun 5 23:16:52 2015
***************
*** 1 ****
--- 1,5 ----
+ .monaco-editor {
+ word-break: break-all !important;
+ }
+
/*---------------------------------------------------------
***************
*** 6823,6827 ****
.monaco-editor.hc-black,
! .monaco-editor.hc-black .zone-widget .monaco-editor {
color: #fff;
background: #000;
}
--- 6827,6838 ----
.monaco-editor.hc-black,
! .monaco-editor.hc-black .zone-widget .monaco-editor {
! word-break: break-all !important;
color: #fff;
background: #000;
+ background:
+ url('file:///C:/Users/h_siobar/AppData/Local/Code/resources/img/cloudia_bg-gray-patchwork.png')
+ no-repeat
+ ;
+ background-size: 20%;
+ background-position: 95% 90%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment