Workspace Style

Overview


The workspace style app lets you set the style of your workspace. It doesnt affect the functionality of the workspace or any of the apps running in the workspace, but it configures the look and feel of the space. To do so, you need to know the css classes that the workspace and its apps use. You can enter in css style information in the text area, and then click the set button. This will set this css sheet on your workspace, and will apply it any time you open your workspace.

Common Classes


  • icon bar :
    • ._icon-strip
  • left panel :
    • ._left-panel
    • ._bordered-section
  • icons :
    • ._selected-icon
  • lists :
    • ._list-tile
    • ._list-tile-selected

Sample CSS



._left-panel{
    background-color:#242222 !important;
    color:lightgrey;
}

._icon-strip{
     background-color:#242222 !important;
}

._link{
    color:white !important;
}

._selected-icon{
	border-left-color:white;
}


.btn{
	color:white !important;
	border-color:black !important;
}
._bordered-section{
    border-color:black !important;
}

._populated-icon{
    background-color:black !important;    
}
._left-panel{
	border-color:black !important;
}

input, textarea, select {
  background-color : #2e2e2e !important;
  color:white !important;
  border-color:black !important;
}

body{
    background-color:#2e2e2e !important;
}

.ace_editor{
    border-color:black !important;    
}

._tab-label{
    color:white !important;
}

					

Ace Themes





ace{
  theme:twilight;
}
					




  • ambiance
  • chaos
  • chrome
  • clouds
  • clouds_midnight
  • cobalt
  • crimson_editor
  • dawn
  • dracula
  • dreamweaver
  • eclipse
  • github
  • gob
  • gruvbox
  • idle_fingers
  • iplastic
  • katzenmilch
  • kr_theme
  • kuroir
  • merbivore
  • merbivore_soft
  • mono_industrial
  • monokai
  • nord_dark
  • pastel_on_dark
  • solarized_dark
  • solarized_light
  • sqlserver
  • terminal
  • tomorrow
  • tomorrow_night
  • tomorrow_night_blue
  • tomorrow_night_bright
  • tomorrow_night_eighties
  • twilight
  • vibrant_ink
  • xcode

Predefined Themes


Dark1

Contents