Add template name to UI
[clamp.git] / ui-react / src / theme / globalStyle.js
index a0c338c..64fd7c5 100644 (file)
@@ -86,9 +86,15 @@ export const DefaultClampTheme = {
        loopViewerFontColor: 'yellow',
        loopViewerHeaderBackgroundColor: '#337ab7',
        loopViewerHeaderFontColor: 'white',
-       
+
+    loopLogsHeaderBackgroundColor:  'white',
+    loopLogsHeaderFontColor: 'black',
+
        menuBackgroundColor: 'white',
        menuFontColor: 'black',
        menuHighlightedBackgroundColor: '#337ab7',
        menuHighlightedFontColor: 'white',
+
+       toscaTextareaBackgroundColor: '#E8E8E8',
+       toscaTextareaFontSize: '13px'
 };