Browse Source

fix darcula.properties

master
Konstantin Bulenkov 10 years ago
parent
commit
c428139d74
  1. 6
      src/com/bulenkov/darcula/darcula.properties

6
src/com/bulenkov/darcula/darcula.properties

@ -1,5 +1,5 @@
# #
# Copyright 2000-2014 JetBrains s.r.o. # Copyright 2000-2015 JetBrains s.r.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
@ -56,7 +56,7 @@ Table.descendingSortIcon=AllIcons.General.SplitDown
TableHeader.cellBorder=com.bulenkov.darcula.DarculaTableHeaderBorder TableHeader.cellBorder=com.bulenkov.darcula.DarculaTableHeaderBorder
TitledBorder.titleColor=bbbbbb TitledBorder.titleColor=bbbbbb
internal
MenuBar.disabledBackground=3c3f41 MenuBar.disabledBackground=3c3f41
MenuBar.shadow=3c3f41 MenuBar.shadow=3c3f41
MenuBar.darcula.borderColor=555555 MenuBar.darcula.borderColor=555555
@ -65,7 +65,7 @@ MenuBar.darcula.borderShadowColor=282828
TabbedPaneUI=com.bulenkov.darcula.ui.DarculaTabbedPaneUI TabbedPaneUI=com.bulenkov.darcula.ui.DarculaTabbedPaneUI
TabbedPane.tabInsets=0,4,0,4 TabbedPane.tabInsets=0,4,0,4
TabbedPane.highlight=292b2d TabbedPane.highlight=292b2d
TabbedPane.light=444444 internal TabbedPane.light=444444
TabbedPane.selected=41516D TabbedPane.selected=41516D
TabbedPane.selectHighlight=3c3f41 TabbedPane.selectHighlight=3c3f41
TabbedPane.contentBorderInsets=3,1,1,1 TabbedPane.contentBorderInsets=3,1,1,1

Loading…
Cancel
Save