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 {