Skip to content

Commit 875a82f

Browse files
Fix GitLab Dark theme opacity (#731)
Co-authored-by: Good Samaritan <good-samaritan@users.noreply.github.com>
1 parent 171945c commit 875a82f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

schemes/GitLab Dark.itermcolors

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<key>Ansi 7 Color</key>
175175
<dict>
176176
<key>Alpha Component</key>
177-
<real>0.6</real>
177+
<real>1</real>
178178
<key>Blue Component</key>
179179
<real>1</real>
180180
<key>Color Space</key>
@@ -226,7 +226,7 @@
226226
<key>Bold Color</key>
227227
<dict>
228228
<key>Alpha Component</key>
229-
<real>0.6509803921568628</real>
229+
<real>1</real>
230230
<key>Blue Component</key>
231231
<real>1</real>
232232
<key>Color Space</key>
@@ -265,7 +265,7 @@
265265
<key>Foreground Color</key>
266266
<dict>
267267
<key>Alpha Component</key>
268-
<real>0.6509803921568628</real>
268+
<real>1</real>
269269
<key>Blue Component</key>
270270
<real>1</real>
271271
<key>Color Space</key>

0 commit comments

Comments
 (0)