commit
64a2f050cf
9 changed files with 130 additions and 129 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
*DS_Store
|
*DS_Store
|
||||||
._*
|
._*
|
||||||
|
__pycache__/
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
! XRDB2Xreources.py
|
! XRDB2Xreources.py
|
||||||
!
|
!
|
||||||
*.foreground: #cdcdcd
|
*.foreground: #cdcdcd
|
||||||
*.background: #000000
|
*.background: #090909
|
||||||
*.cursorColor: #d0d0d0
|
*.cursorColor: #d0d0d0
|
||||||
!
|
!
|
||||||
! Black
|
! Black
|
||||||
|
|
@ -11,34 +11,34 @@
|
||||||
*.color8: #535353
|
*.color8: #535353
|
||||||
!
|
!
|
||||||
! Red
|
! Red
|
||||||
*.color1: #d11600
|
*.color1: #d70005
|
||||||
*.color9: #f4152c
|
*.color9: #fb0007
|
||||||
!
|
!
|
||||||
! Green
|
! Green
|
||||||
*.color2: #37c32c
|
*.color2: #1cd915
|
||||||
*.color10: #01ea10
|
*.color10: #22ff18
|
||||||
!
|
!
|
||||||
! Yellow
|
! Yellow
|
||||||
*.color3: #e3c421
|
*.color3: #d9bd26
|
||||||
*.color11: #ffee1d
|
*.color11: #fedc2b
|
||||||
!
|
!
|
||||||
! Blue
|
! Blue
|
||||||
*.color4: #5c6bfd
|
*.color4: #5665ff
|
||||||
*.color12: #8cb0f8
|
*.color12: #9fa9ff
|
||||||
!
|
!
|
||||||
! Magenta
|
! Magenta
|
||||||
*.color5: #dd5be5
|
*.color5: #b052da
|
||||||
*.color13: #e056f5
|
*.color13: #e09aff
|
||||||
!
|
!
|
||||||
! Cyan
|
! Cyan
|
||||||
*.color6: #6eb4f2
|
*.color6: #50d2da
|
||||||
*.color14: #67ecff
|
*.color14: #8df9ff
|
||||||
!
|
!
|
||||||
! White
|
! White
|
||||||
*.color7: #e0e0e0
|
*.color7: #e0e0e0
|
||||||
*.color15: #f4f4f4
|
*.color15: #ffffff
|
||||||
!
|
!
|
||||||
! Bold, Italic, Underline
|
! Bold, Italic, Underline
|
||||||
*.colorBD: #eeeeee
|
*.colorBD: #ffffff
|
||||||
!*.colorIT:
|
!*.colorIT:
|
||||||
!*.colorUL:
|
!*.colorUL:
|
||||||
|
|
|
||||||
|
|
@ -4,55 +4,55 @@ Opacity=1
|
||||||
Wallpaper=
|
Wallpaper=
|
||||||
|
|
||||||
[Background]
|
[Background]
|
||||||
Color=0,0,0
|
Color=9,9,9
|
||||||
|
|
||||||
[BackgroundIntense]
|
[BackgroundIntense]
|
||||||
Color=0,0,0
|
Color=9,9,9
|
||||||
|
|
||||||
[Foreground]
|
[Foreground]
|
||||||
Color=205,205,205
|
Color=205,205,205
|
||||||
|
|
||||||
[ForegroundIntense]
|
[ForegroundIntense]
|
||||||
Color=238,238,238
|
Color=255,255,255
|
||||||
|
|
||||||
[Color0]
|
[Color0]
|
||||||
Color=0,0,0
|
Color=0,0,0
|
||||||
|
|
||||||
[Color1]
|
[Color1]
|
||||||
Color=209,22,0
|
Color=215,0,5
|
||||||
|
|
||||||
[Color2Intense]
|
[Color2Intense]
|
||||||
Color=1,234,16
|
Color=34,255,24
|
||||||
|
|
||||||
[Color3Intense]
|
[Color3Intense]
|
||||||
Color=255,238,29
|
Color=254,220,43
|
||||||
|
|
||||||
[Color4Intense]
|
[Color4Intense]
|
||||||
Color=140,176,248
|
Color=159,169,255
|
||||||
|
|
||||||
[Color5Intense]
|
[Color5Intense]
|
||||||
Color=224,86,245
|
Color=224,154,255
|
||||||
|
|
||||||
[Color6Intense]
|
[Color6Intense]
|
||||||
Color=103,236,255
|
Color=141,249,255
|
||||||
|
|
||||||
[Color7Intense]
|
[Color7Intense]
|
||||||
Color=244,244,244
|
Color=255,255,255
|
||||||
|
|
||||||
[Color2]
|
[Color2]
|
||||||
Color=55,195,44
|
Color=28,217,21
|
||||||
|
|
||||||
[Color3]
|
[Color3]
|
||||||
Color=227,196,33
|
Color=217,189,38
|
||||||
|
|
||||||
[Color4]
|
[Color4]
|
||||||
Color=92,107,253
|
Color=86,101,255
|
||||||
|
|
||||||
[Color5]
|
[Color5]
|
||||||
Color=221,91,229
|
Color=176,82,218
|
||||||
|
|
||||||
[Color6]
|
[Color6]
|
||||||
Color=110,180,242
|
Color=80,210,218
|
||||||
|
|
||||||
[Color7]
|
[Color7]
|
||||||
Color=224,224,224
|
Color=224,224,224
|
||||||
|
|
@ -61,5 +61,5 @@ Color=224,224,224
|
||||||
Color=83,83,83
|
Color=83,83,83
|
||||||
|
|
||||||
[Color1Intense]
|
[Color1Intense]
|
||||||
Color=244,21,44
|
Color=251,0,7
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,25 +1,25 @@
|
||||||
Windows Registry Editor Version 5.00
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\deep]
|
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\deep]
|
||||||
"Colour2"="0,0,0"
|
"Colour2"="9,9,9"
|
||||||
"Colour3"="0,0,0"
|
"Colour3"="9,9,9"
|
||||||
"Colour0"="205,205,205"
|
"Colour0"="205,205,205"
|
||||||
"Colour1"="238,238,238"
|
"Colour1"="255,255,255"
|
||||||
"Colour5"="208,208,208"
|
"Colour5"="208,208,208"
|
||||||
"Colour4"="21,21,21"
|
"Colour4"="21,21,21"
|
||||||
"Colour6"="0,0,0"
|
"Colour6"="0,0,0"
|
||||||
"Colour8"="209,22,0"
|
"Colour8"="215,0,5"
|
||||||
"Colour11"="1,234,16"
|
"Colour11"="34,255,24"
|
||||||
"Colour13"="255,238,29"
|
"Colour13"="254,220,43"
|
||||||
"Colour15"="140,176,248"
|
"Colour15"="159,169,255"
|
||||||
"Colour17"="224,86,245"
|
"Colour17"="224,154,255"
|
||||||
"Colour19"="103,236,255"
|
"Colour19"="141,249,255"
|
||||||
"Colour21"="244,244,244"
|
"Colour21"="255,255,255"
|
||||||
"Colour10"="55,195,44"
|
"Colour10"="28,217,21"
|
||||||
"Colour12"="227,196,33"
|
"Colour12"="217,189,38"
|
||||||
"Colour14"="92,107,253"
|
"Colour14"="86,101,255"
|
||||||
"Colour16"="221,91,229"
|
"Colour16"="176,82,218"
|
||||||
"Colour18"="110,180,242"
|
"Colour18"="80,210,218"
|
||||||
"Colour20"="224,224,224"
|
"Colour20"="224,224,224"
|
||||||
"Colour7"="83,83,83"
|
"Colour7"="83,83,83"
|
||||||
"Colour9"="244,21,44"
|
"Colour9"="251,0,7"
|
||||||
|
|
|
||||||
|
|
@ -20,156 +20,156 @@
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.0</real>
|
<real>0.020643649622797966</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.086448840796947479</real>
|
<real>0.0</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.81810307502746582</real>
|
<real>0.84239339828491211</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 10 Color</key>
|
<key>Ansi 10 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.062505573034286499</real>
|
<real>0.093691892921924591</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.91733241081237793</real>
|
<real>0.99977606534957886</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.0032915801275521517</real>
|
<real>0.13152651488780975</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 11 Color</key>
|
<key>Ansi 11 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.11486711353063583</real>
|
<real>0.16939949989318848</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.93404161930084229</real>
|
<real>0.86343801021575928</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>1</real>
|
<real>0.99733513593673706</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 12 Color</key>
|
<key>Ansi 12 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.97379922866821289</real>
|
<real>0.99901735782623291</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.688332200050354</real>
|
<real>0.66255885362625122</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.55068433284759521</real>
|
<real>0.625072181224823</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 13 Color</key>
|
<key>Ansi 13 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.96078431606292725</real>
|
<real>0.99931222200393677</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.33725491166114807</real>
|
<real>0.60242646932601929</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.87843137979507446</real>
|
<real>0.8785851001739502</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 14 Color</key>
|
<key>Ansi 14 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>1</real>
|
<real>0.99931728839874268</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.92561447620391846</real>
|
<real>0.97697162628173828</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.40344482660293579</real>
|
<real>0.55211299657821655</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 15 Color</key>
|
<key>Ansi 15 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.95686274766921997</real>
|
<real>0.99999129772186279</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.95686274766921997</real>
|
<real>0.99997437000274658</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.95686274766921997</real>
|
<real>1</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 2 Color</key>
|
<key>Ansi 2 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.17166858911514282</real>
|
<real>0.082681708037853241</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.76470589637756348</real>
|
<real>0.8500288724899292</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.21610897779464722</real>
|
<real>0.11164164543151855</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 3 Color</key>
|
<key>Ansi 3 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.12880663573741913</real>
|
<real>0.14831691980361938</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.76937025785446167</real>
|
<real>0.74115872383117676</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.89154410362243652</real>
|
<real>0.85195732116699219</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 4 Color</key>
|
<key>Ansi 4 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.99405109882354736</real>
|
<real>0.99850738048553467</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.41851910948753357</real>
|
<real>0.39675894379615784</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.35995262861251831</real>
|
<real>0.33734208345413208</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 5 Color</key>
|
<key>Ansi 5 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.89803922176361084</real>
|
<real>0.85331279039382935</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.35686275362968445</real>
|
<real>0.32065850496292114</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.86666667461395264</real>
|
<real>0.68950873613357544</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 6 Color</key>
|
<key>Ansi 6 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.94901961088180542</real>
|
<real>0.85340213775634766</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.70588237047195435</real>
|
<real>0.8236004114151001</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.43137255311012268</real>
|
<real>0.31250584125518799</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 7 Color</key>
|
<key>Ansi 7 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
@ -189,39 +189,39 @@
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.32522624731063843</real>
|
<real>0.32583320140838623</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.32522624731063843</real>
|
<real>0.32582747936248779</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.32522624731063843</real>
|
<real>0.32584673166275024</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Ansi 9 Color</key>
|
<key>Ansi 9 Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.17323270440101624</real>
|
<real>0.027322687208652496</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.081459544599056244</real>
|
<real>0.0</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.95662474632263184</real>
|
<real>0.9859168529510498</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Background Color</key>
|
<key>Background Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.0</real>
|
<real>0.035267774015665054</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.0</real>
|
<real>0.0352671779692173</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.0</real>
|
<real>0.035268228501081467</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Badge Color</key>
|
<key>Badge Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
@ -241,13 +241,13 @@
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.93141967058181763</real>
|
<real>0.99997502565383911</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.93141967058181763</real>
|
<real>0.99997556209564209</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.93141967058181763</real>
|
<real>0.99997550249099731</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Cursor Color</key>
|
<key>Cursor Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
@ -293,52 +293,52 @@
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.80253112316131592</real>
|
<real>0.80213844776153564</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.80253112316131592</real>
|
<real>0.80212485790252686</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.80253112316131592</real>
|
<real>0.80214887857437134</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Link Color</key>
|
<key>Link Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.67799997329711914</real>
|
<real>0.99852824211120605</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.27000001072883606</real>
|
<real>0.58295643329620361</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.023000000044703484</real>
|
<real>0.070938639342784882</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Selected Text Color</key>
|
<key>Selected Text Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.93532633781433105</real>
|
<real>0.92634916305541992</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.93532633781433105</real>
|
<real>0.92633336782455444</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.93532633781433105</real>
|
<real>0.926361083984375</real>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Selection Color</key>
|
<key>Selection Color</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Alpha Component</key>
|
<key>Alpha Component</key>
|
||||||
<real>1</real>
|
<real>1</real>
|
||||||
<key>Blue Component</key>
|
<key>Blue Component</key>
|
||||||
<real>0.052038133144378662</real>
|
<real>0.0070927194319665432</real>
|
||||||
<key>Color Space</key>
|
<key>Color Space</key>
|
||||||
<string>Calibrated</string>
|
<string>Calibrated</string>
|
||||||
<key>Green Component</key>
|
<key>Green Component</key>
|
||||||
<real>0.0</real>
|
<real>0.0</real>
|
||||||
<key>Red Component</key>
|
<key>Red Component</key>
|
||||||
<real>0.44550865888595581</real>
|
<real>0.46875360608100891</real>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 134 KiB |
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
[[deep]]
|
[[deep]]
|
||||||
palette = "#000000:#d11600:#37c32c:#e3c421:#5c6bfd:#dd5be5:#6eb4f2:#e0e0e0:#535353:#f4152c:#01ea10:#ffee1d:#8cb0f8:#e056f5:#67ecff:#f4f4f4"
|
palette = "#000000:#d70005:#1cd915:#d9bd26:#5665ff:#b052da:#50d2da:#e0e0e0:#535353:#fb0007:#22ff18:#fedc2b:#9fa9ff:#e09aff:#8df9ff:#ffffff"
|
||||||
background_color = "#000000"
|
background_color = "#090909"
|
||||||
cursor_color = "#d0d0d0"
|
cursor_color = "#d0d0d0"
|
||||||
foreground_color = "#cdcdcd"
|
foreground_color = "#cdcdcd"
|
||||||
background_image = None
|
background_image = None
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
[Scheme]
|
[Scheme]
|
||||||
Name=deep
|
Name=deep
|
||||||
ColorForeground=#cdcdcd
|
ColorForeground=#cdcdcd
|
||||||
ColorBackground=#000000
|
ColorBackground=#090909
|
||||||
ColorCursor=#d0d0d0
|
ColorCursor=#d0d0d0
|
||||||
ColorPalette=#000000;#d11600;#37c32c;#e3c421;#5c6bfd;#dd5be5;#6eb4f2;#e0e0e0;#535353;#f4152c;#01ea10;#ffee1d;#8cb0f8;#e056f5;#67ecff;#f4f4f4
|
ColorPalette=#000000;#d70005;#1cd915;#d9bd26;#5665ff;#b052da;#50d2da;#e0e0e0;#535353;#fb0007;#22ff18;#fedc2b;#9fa9ff;#e09aff;#8df9ff;#ffffff
|
||||||
|
|
|
||||||
|
|
@ -1,26 +1,26 @@
|
||||||
#define Ansi_0_Color #000000
|
#define Ansi_0_Color #000000
|
||||||
#define Ansi_1_Color #d11600
|
#define Ansi_1_Color #d70005
|
||||||
#define Ansi_10_Color #01ea10
|
#define Ansi_10_Color #22ff18
|
||||||
#define Ansi_11_Color #ffee1d
|
#define Ansi_11_Color #fedc2b
|
||||||
#define Ansi_12_Color #8cb0f8
|
#define Ansi_12_Color #9fa9ff
|
||||||
#define Ansi_13_Color #e056f5
|
#define Ansi_13_Color #e09aff
|
||||||
#define Ansi_14_Color #67ecff
|
#define Ansi_14_Color #8df9ff
|
||||||
#define Ansi_15_Color #f4f4f4
|
#define Ansi_15_Color #ffffff
|
||||||
#define Ansi_2_Color #37c32c
|
#define Ansi_2_Color #1cd915
|
||||||
#define Ansi_3_Color #e3c421
|
#define Ansi_3_Color #d9bd26
|
||||||
#define Ansi_4_Color #5c6bfd
|
#define Ansi_4_Color #5665ff
|
||||||
#define Ansi_5_Color #dd5be5
|
#define Ansi_5_Color #b052da
|
||||||
#define Ansi_6_Color #6eb4f2
|
#define Ansi_6_Color #50d2da
|
||||||
#define Ansi_7_Color #e0e0e0
|
#define Ansi_7_Color #e0e0e0
|
||||||
#define Ansi_8_Color #535353
|
#define Ansi_8_Color #535353
|
||||||
#define Ansi_9_Color #f4152c
|
#define Ansi_9_Color #fb0007
|
||||||
#define Background_Color #000000
|
#define Background_Color #090909
|
||||||
#define Badge_Color #ff0000
|
#define Badge_Color #ff0000
|
||||||
#define Bold_Color #eeeeee
|
#define Bold_Color #ffffff
|
||||||
#define Cursor_Color #d0d0d0
|
#define Cursor_Color #d0d0d0
|
||||||
#define Cursor_Guide_Color #a6e8ff
|
#define Cursor_Guide_Color #a6e8ff
|
||||||
#define Cursor_Text_Color #151515
|
#define Cursor_Text_Color #151515
|
||||||
#define Foreground_Color #cdcdcd
|
#define Foreground_Color #cdcdcd
|
||||||
#define Link_Color #0645ad
|
#define Link_Color #1295ff
|
||||||
#define Selected_Text_Color #efefef
|
#define Selected_Text_Color #ececec
|
||||||
#define Selection_Color #72000d
|
#define Selection_Color #780002
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue