From f49bc0e96d1daa74aef76b7dea1fb273b15bf3d8 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Mon, 18 Nov 2019 17:57:02 +0300 Subject: [PATCH] [FIR] Improve keyword colors (light-theme) in html dump --- .../resources/org/jetbrains/kotlin/fir/dump/colors.white.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/fir/dump/resources/org/jetbrains/kotlin/fir/dump/colors.white.css b/compiler/fir/dump/resources/org/jetbrains/kotlin/fir/dump/colors.white.css index f6798dcea9c..35ce561ea83 100644 --- a/compiler/fir/dump/resources/org/jetbrains/kotlin/fir/dump/colors.white.css +++ b/compiler/fir/dump/resources/org/jetbrains/kotlin/fir/dump/colors.white.css @@ -21,7 +21,8 @@ } .white .keyword { - color: rgb(203, 159, 52); + color: #5f17ef; + font-weight: bold; } .white a.ref.selected {