]> source.dussan.org Git - sonarqube.git/commitdiff
Component Viewer: adjust colorizer
authorStas Vilchik <vilchiks@gmail.com>
Wed, 30 Apr 2014 11:35:44 +0000 (17:35 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 30 Apr 2014 11:35:44 +0000 (17:35 +0600)
sonar-server/src/main/less/component-viewer-source-colorizer.less

index 182bb8b3623cbeaad9ea6077658dc2bdcdbacc66..9a6858dc035a93e8ac0e804ddaeb3265f9af6918 100644 (file)
@@ -9,56 +9,35 @@
     line-height: 17px;
   }
 
-  /* for example java annotations */
-  .code .a {
-    color: #808000;
-  }
   /* constants */
   .code .c {
-    color: #660E80;
-    font-style: italic;
+    font-style: normal;
   }
+
   /* javadoc */
   .code .j {
-    color: #cfcbcb;
     font-style: normal;
   }
-  /* classic comment */
-  .code .cd {
-    color: #cfcbcb;
-    font-style: italic;
-  }
-  /* C++ doc */
-  .code .cppd {
-    color: #666666;
-    font-style: italic;
-  }
+
   /* keyword */
   .code .k {
     color: @darkBlue;
     font-weight: normal;
   }
+
   /* string */
   .code .s {
     color: darken(@red, 10%);
     font-weight: normal;
   }
-  /* keyword light*/
-  .code .h {
-    color: #de4150;
-  }
+
   /* preprocessing directive */
   .code .p {
-    color: #347235;
     font-weight: normal;
   }
+
   .sym {
     color: darken(@green, 10%);
-    cursor: pointer;
-  }
-  .highlighted {
-    background-color: #B3D4FF;
   }
 
-
 }
\ No newline at end of file