@@ -51,15 +51,6 @@ Control the info displayed. You can keep it to just the scope, or you can exten
5151 // Show color and style at the given point
5252 " styling" : true ,
5353
54- // When showing a color with alpha transparency,
55- // Simulate what the color would look like in sublime
56- // by mixing the relevant background color,
57- " show_simulated_alpha_colors" : true ,
58-
59- // Show the selector names and scopes
60- // responsible for the color and styles
61- " selectors" : true ,
62-
6354 // Show current syntax and color scheme paths
6455 // (click to open if using tooltips)
6556 " file_paths" : true ,
@@ -82,16 +73,7 @@ Highlight the scope extent.
8273
8374#### ` styling `
8475
85- Show not only the color value, but also the scope and text styling.
86-
87- #### ` show_simulated_alpha_colors `
88-
89- When showing color values, ScopeHunter can show the perceived color value of transparent colors. It mixes the
90- transparent foreground with the background giving the color value you are actually seeing.
91-
92- #### ` selectors `
93-
94- This shows the color scheme selectors that are responsible for applying the visible color and styles.
76+ Show not only the color value, the text styling.
9577
9678#### ` file_paths `
9779
@@ -136,6 +118,15 @@ Lastly, there are a couple of other options:
136118
137119 // Use SubNotify plugin messages if installed
138120 " use_sub_notify" : true
121+
122+ // /////////////////////////
123+ // Graphics
124+ // /////////////////////////
125+
126+ // By default, image border is calculated based on theme background, but if for
127+ // some reason, it isn't sufficient in your popup, set it to any color using
128+ // valid CSS for RGB, HSL, or HWB colors.
129+ " image_border_color" : null
139130```
140131
141132#### ` clipboard `
@@ -157,13 +148,7 @@ If you have the [SubNotify][subnotify] installed, this will enable or disable me
157148
158149#### ` image_border_color `
159150
160- Set color preview border colors.
161-
162- ``` js
163- // By default, image border is calculated based on theme background, but if for
164- // some reason, it isn't sufficient in your popup, set it to any color using
165- // valid CSS for RGB, HSL, or HWB colors.
166- " image_border_color" : null
167- ```
151+ Image border color is calculated from the current color scheme, but if a more visible or different border is desired
152+ on the color previews, you can change it with this option.
168153
169154--8<-- "refs.txt"
0 commit comments