Browse Source

Properties: Add hyperlinkAccent color property.

pull/245/head
weisj 4 years ago
parent
commit
8e7b5737e1
No known key found for this signature in database
GPG Key ID: 31124CB75461DA2A
  1. 1
      theme/src/main/resources/com/github/weisj/darklaf/theme/darcula/darcula_defaults.properties
  2. 1
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_defaults.properties
  3. 1
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_defaults.properties
  4. 20
      theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_defaults.properties
  5. 1
      theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_defaults.properties
  6. 1
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_defaults.properties
  7. 1
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_defaults.properties

1
theme/src/main/resources/com/github/weisj/darklaf/theme/darcula/darcula_defaults.properties

@ -133,6 +133,7 @@ Theme.highContrast = false
%textCompSelectionBackground = #214283
%hyperlink = #589df6
%hyperlinkAccent = #6e5324
####Misc####
%shadow = #000000

1
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_defaults.properties

@ -133,6 +133,7 @@ Theme.highContrast = true
%textCompSelectionBackground = #006280
%hyperlink = #1AEBFF
%hyperlinkAccent = #F58231
####Misc####
%shadow = #000000

1
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_defaults.properties

@ -133,6 +133,7 @@ Theme.highContrast = true
%textCompSelectionBackground = #00b0e6
%hyperlink = #00D1E5
%hyperlinkAccent = #CE5B0A
####Misc####
%shadow = #000000

20
theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_defaults.properties

@ -24,25 +24,6 @@
#
# suppress inspection "UnusedProperty" for whole file
#
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# suppress inspection "UnusedProperty" for whole file
Theme.dark = false
Theme.highContrast = false
@ -153,6 +134,7 @@ Theme.highContrast = false
%textCompSelectionBackground = #5974AB
%hyperlink = #589df6
%hyperlinkAccent = #ffd385
####Misc####
%shadow = #000000

1
theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_defaults.properties

@ -133,6 +133,7 @@ Theme.highContrast = false
%textCompSelectionBackground = #4d78cc
%hyperlink = #6494ed
%hyperlinkAccent = #5f4422
####Misc####
%shadow = #21252b

1
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_defaults.properties

@ -134,6 +134,7 @@ Theme.highContrast = false
%textCompSelectionBackground = #356AB0
%hyperlink = #589df6
%hyperlinkAccent = #93A16A
####Misc####
%shadow = #000000

1
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_defaults.properties

@ -133,6 +133,7 @@ Theme.highContrast = false
%textCompSelectionBackground = #3570CD
%hyperlink = #589df6
%hyperlinkAccent = #F6CA7C
####Misc####
%shadow = #000000

Loading…
Cancel
Save