diff options
author | David Cho-Lerat <david.lerat@sonarsource.com> | 2022-11-29 17:26:51 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-01 20:03:12 +0000 |
commit | fd9fe4dba0dbb7c359613131e64e84110ea75a09 (patch) | |
tree | 539a99ec8cab0a0b8a3e831d2116f676712be777 /server/sonar-web/src/main/js/app/theme.js | |
parent | 6c42508ad46f28bd0e3c29a245fcd095a9714e6f (diff) | |
download | sonarqube-fd9fe4dba0dbb7c359613131e64e84110ea75a09.tar.gz sonarqube-fd9fe4dba0dbb7c359613131e64e84110ea75a09.zip |
SONAR-17592 Code highlighting for issue messages and code locations
Diffstat (limited to 'server/sonar-web/src/main/js/app/theme.js')
-rw-r--r-- | server/sonar-web/src/main/js/app/theme.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/app/theme.js b/server/sonar-web/src/main/js/app/theme.js index f84b78a6ebd..4882dcc8eed 100644 --- a/server/sonar-web/src/main/js/app/theme.js +++ b/server/sonar-web/src/main/js/app/theme.js @@ -181,8 +181,11 @@ module.exports = { neutral800: '#333333', white: '#FFFFFF', + whitea18: 'rgba(255, 255, 255, 0.18)', + whitea60: 'rgba(255, 255, 255, 0.60)', black: '#000000', + blacka06: 'rgba(0, 0, 0, 0.06)', blacka38: 'rgba(0, 0, 0, 0.38)', blacka60: 'rgba(0, 0, 0, 0.60)', blacka75: 'rgba(0, 0, 0, 0.75)', |