Massive configuration overhaul
Currently paying the price of months of non-diligent git usage. Here's what has changed. - Theming support in Gvcci and wpgtk - Dropping support for i3 - Supporting EXWM - Many Elisp modules - Collapsed redundant directories in ./configs
This commit is contained in:
parent
a7c72adb2e
commit
6b456c1b7a
551 changed files with 88587 additions and 1392 deletions
23
configs/shared/.gvcci/themes/pixelated_china/colors.sh
Normal file
23
configs/shared/.gvcci/themes/pixelated_china/colors.sh
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
# Special
|
||||
background='#10111f'
|
||||
foreground='#71dea0'
|
||||
cursor='#71dea0'
|
||||
|
||||
# Colors
|
||||
color0='#222441'
|
||||
color1='#db0252'
|
||||
color2='#1d61d6'
|
||||
color3='#da0252'
|
||||
color4='#0561e4'
|
||||
color5='#18af6d'
|
||||
color6='#3ea882'
|
||||
color7='#c2efdc'
|
||||
color8='#333662'
|
||||
color9='#fe1d70'
|
||||
color10='#4883e8'
|
||||
color11='#fe1d70'
|
||||
color12='#2b81fb'
|
||||
color13='#22e28e'
|
||||
color14='#5ec5a0'
|
||||
color15='#f3fcf8'
|
||||
18
configs/shared/.gvcci/themes/pixelated_china/column.txt
Normal file
18
configs/shared/.gvcci/themes/pixelated_china/column.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#10111f
|
||||
#71dea0
|
||||
#222441
|
||||
#db0252
|
||||
#1d61d6
|
||||
#da0252
|
||||
#0561e4
|
||||
#18af6d
|
||||
#3ea882
|
||||
#c2efdc
|
||||
#333662
|
||||
#fe1d70
|
||||
#4883e8
|
||||
#fe1d70
|
||||
#2b81fb
|
||||
#22e28e
|
||||
#5ec5a0
|
||||
#f3fcf8
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
Background
|
||||
#10111f
|
||||
|
||||
Foreground
|
||||
#71dea0
|
||||
|
||||
Normal ANSI Colors
|
||||
#222441
|
||||
#db0252
|
||||
#1d61d6
|
||||
#da0252
|
||||
#0561e4
|
||||
#18af6d
|
||||
#3ea882
|
||||
#c2efdc
|
||||
|
||||
Bright ANSI Colors
|
||||
#333662
|
||||
#fe1d70
|
||||
#4883e8
|
||||
#fe1d70
|
||||
#2b81fb
|
||||
#22e28e
|
||||
#5ec5a0
|
||||
#f3fcf8
|
||||
344
configs/shared/.gvcci/themes/pixelated_china/iterm.itermcolors
Normal file
344
configs/shared/.gvcci/themes/pixelated_china/iterm.itermcolors
Normal file
|
|
@ -0,0 +1,344 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Ansi 0 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.2549019607843137</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.1411764705882353</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.13333333333333333</real>
|
||||
</dict>
|
||||
<key>Ansi 1 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.3215686274509804</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.00784313725490196</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.8588235294117647</real>
|
||||
</dict>
|
||||
<key>Ansi 10 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9098039215686274</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5137254901960784</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.2823529411764706</real>
|
||||
</dict>
|
||||
<key>Ansi 11 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4392156862745098</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.11372549019607843</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.996078431372549</real>
|
||||
</dict>
|
||||
<key>Ansi 12 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.984313725490196</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5058823529411764</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.16862745098039217</real>
|
||||
</dict>
|
||||
<key>Ansi 13 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.5568627450980392</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.8862745098039215</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.13333333333333333</real>
|
||||
</dict>
|
||||
<key>Ansi 14 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6274509803921569</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.7725490196078432</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.3686274509803922</real>
|
||||
</dict>
|
||||
<key>Ansi 15 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9725490196078431</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.9882352941176471</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.9529411764705882</real>
|
||||
</dict>
|
||||
<key>Ansi 2 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8392156862745098</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.3803921568627451</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.11372549019607843</real>
|
||||
</dict>
|
||||
<key>Ansi 3 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.3215686274509804</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.00784313725490196</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.8549019607843137</real>
|
||||
</dict>
|
||||
<key>Ansi 4 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8941176470588236</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.3803921568627451</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.0196078431372549</real>
|
||||
</dict>
|
||||
<key>Ansi 5 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.42745098039215684</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.6862745098039216</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.09411764705882353</real>
|
||||
</dict>
|
||||
<key>Ansi 6 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.5098039215686274</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.6588235294117647</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.24313725490196078</real>
|
||||
</dict>
|
||||
<key>Ansi 7 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8627450980392157</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.9372549019607843</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.7607843137254902</real>
|
||||
</dict>
|
||||
<key>Ansi 8 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.3843137254901961</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.21176470588235294</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.2</real>
|
||||
</dict>
|
||||
<key>Ansi 9 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4392156862745098</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.11372549019607843</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.996078431372549</real>
|
||||
</dict>
|
||||
<key>Background Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.12156862745098039</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.06666666666666667</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.06274509803921569</real>
|
||||
</dict>
|
||||
<key>Badge Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>0.5</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.0</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.1491314172744751</real>
|
||||
<key>Red Component</key>
|
||||
<real>1</real>
|
||||
</dict>
|
||||
<key>Bold Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6274509803921569</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.8705882352941177</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.44313725490196076</real>
|
||||
</dict>
|
||||
<key>Cursor Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4627450980392157</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.6745098039215687</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.1450980392156863</real>
|
||||
</dict>
|
||||
<key>Cursor Guide Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>0.25</real>
|
||||
<key>Blue Component</key>
|
||||
<real>1</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.9268307089805603</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.70213186740875244</real>
|
||||
</dict>
|
||||
<key>Cursor Text Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.62745100259780884</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.50980395078659058</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.54901963472366333</real>
|
||||
</dict>
|
||||
<key>Foreground Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6274509803921569</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.8705882352941177</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.44313725490196076</real>
|
||||
</dict>
|
||||
<key>Link Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.73423302173614502</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.35916060209274292</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.0</real>
|
||||
</dict>
|
||||
<key>Selected Text Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.12156862745098039</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.06666666666666667</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.06274509803921569</real>
|
||||
</dict>
|
||||
<key>Selection Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.592156862745098</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.8352941176470589</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.2235294117647059</real>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
412
configs/shared/.gvcci/themes/pixelated_china/iterm.plist
Normal file
412
configs/shared/.gvcci/themes/pixelated_china/iterm.plist
Normal file
|
|
@ -0,0 +1,412 @@
|
|||
{
|
||||
"Profiles": [
|
||||
{
|
||||
"Use Non-ASCII Font" : false,
|
||||
"Tags" : [
|
||||
|
||||
],
|
||||
"Ansi 12 Color" : {
|
||||
"Red Component" : 0.16862745098039217,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.984313725490196,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5058823529411764
|
||||
},
|
||||
"Ansi 7 Color" : {
|
||||
"Red Component" : 0.7607843137254902,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.8627450980392157,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.9372549019607843
|
||||
},
|
||||
"Ansi 8 Color" : {
|
||||
"Red Component" : 0.2,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.3843137254901961,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.21176470588235294
|
||||
},
|
||||
"Bold Color" : {
|
||||
"Red Component" : 0.44313725490196076,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.6274509803921569,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.8705882352941177
|
||||
},
|
||||
"Ansi 9 Color" : {
|
||||
"Red Component" : 0.996078431372549,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.4392156862745098,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.11372549019607843
|
||||
},
|
||||
"Ansi 6 Color" : {
|
||||
"Red Component" : 0.24313725490196078,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.5098039215686274,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.6588235294117647
|
||||
},
|
||||
"Right Option Key Sends" : 0,
|
||||
"Rows" : 25,
|
||||
"Default Bookmark" : "No",
|
||||
"Cursor Guide Color" : {
|
||||
"Red Component" : 1,
|
||||
"Color Space" : "Calibrated",
|
||||
"Blue Component" : 0.9999912977218628,
|
||||
"Alpha Component" : 0.04705882352941176,
|
||||
"Green Component" : 0.9999743700027466
|
||||
},
|
||||
"Non-ASCII Anti Aliased" : true,
|
||||
"Use Bright Bold" : true,
|
||||
"Ansi 10 Color" : {
|
||||
"Red Component" : 0.2823529411764706,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.9098039215686274,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5137254901960784
|
||||
},
|
||||
"Use Cursor Guide" : false,
|
||||
"Ambiguous Double Width" : false,
|
||||
"Jobs to Ignore" : [
|
||||
"rlogin",
|
||||
"ssh",
|
||||
"slogin",
|
||||
"telnet"
|
||||
],
|
||||
"Ansi 15 Color" : {
|
||||
"Red Component" : 0.9529411764705882,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.9725490196078431,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.9882352941176471
|
||||
},
|
||||
"Foreground Color" : {
|
||||
"Red Component" : 0.44313725490196076,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.6274509803921569,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.8705882352941177
|
||||
},
|
||||
"Working Directory" : "\/Users\/fabricecastel",
|
||||
"Bound Hosts" : [
|
||||
|
||||
],
|
||||
"Blinking Cursor" : false,
|
||||
"Disable Window Resizing" : true,
|
||||
"Sync Title" : false,
|
||||
"Prompt Before Closing 2" : false,
|
||||
"BM Growl" : false,
|
||||
"Description" : "Default",
|
||||
"Mouse Reporting" : true,
|
||||
"Smart Cursor Color" : false,
|
||||
"Screen" : -1,
|
||||
"Selection Color" : {
|
||||
"Red Component" : 0.2235294117647059,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.592156862745098,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.8352941176470589
|
||||
},
|
||||
"Columns" : 80,
|
||||
"Idle Code" : 0,
|
||||
"Ansi 13 Color" : {
|
||||
"Red Component" : 0.13333333333333333,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.5568627450980392,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.8862745098039215
|
||||
},
|
||||
"Custom Command" : "Yes",
|
||||
"ASCII Anti Aliased" : true,
|
||||
"Non Ascii Font" : "Monaco 12",
|
||||
"Vertical Spacing" : 1,
|
||||
"Use Bold Font" : true,
|
||||
"Option Key Sends" : 0,
|
||||
"Selected Text Color" : {
|
||||
"Red Component" : 0.06274509803921569,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.12156862745098039,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.06666666666666667
|
||||
},
|
||||
"Background Color" : {
|
||||
"Red Component" : 0.06274509803921569,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.12156862745098039,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.06666666666666667
|
||||
},
|
||||
"Character Encoding" : 4,
|
||||
"Ansi 11 Color" : {
|
||||
"Red Component" : 0.996078431372549,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.4392156862745098,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.11372549019607843
|
||||
},
|
||||
"Use Italic Font" : true,
|
||||
"Unlimited Scrollback" : false,
|
||||
"Keyboard Map" : {
|
||||
"0xf700-0x260000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;6A"
|
||||
},
|
||||
"0x37-0x40000" : {
|
||||
"Action" : 11,
|
||||
"Text" : "0x1f"
|
||||
},
|
||||
"0x32-0x40000" : {
|
||||
"Action" : 11,
|
||||
"Text" : "0x00"
|
||||
},
|
||||
"0xf709-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[17;2~"
|
||||
},
|
||||
"0xf70c-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[20;2~"
|
||||
},
|
||||
"0xf729-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;2H"
|
||||
},
|
||||
"0xf72b-0x40000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;5F"
|
||||
},
|
||||
"0xf705-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;2Q"
|
||||
},
|
||||
"0xf703-0x260000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;6C"
|
||||
},
|
||||
"0xf700-0x220000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;2A"
|
||||
},
|
||||
"0xf701-0x280000" : {
|
||||
"Action" : 11,
|
||||
"Text" : "0x1b 0x1b 0x5b 0x42"
|
||||
},
|
||||
"0x38-0x40000" : {
|
||||
"Action" : 11,
|
||||
"Text" : "0x7f"
|
||||
},
|
||||
"0x33-0x40000" : {
|
||||
"Action" : 11,
|
||||
"Text" : "0x1b"
|
||||
},
|
||||
"0xf703-0x220000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;2C"
|
||||
},
|
||||
"0xf701-0x240000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;5B"
|
||||
},
|
||||
"0xf70d-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[21;2~"
|
||||
},
|
||||
"0xf702-0x260000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;6D"
|
||||
},
|
||||
"0xf729-0x40000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;5H"
|
||||
},
|
||||
"0xf706-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;2R"
|
||||
},
|
||||
"0x34-0x40000" : {
|
||||
"Action" : 11,
|
||||
"Text" : "0x1c"
|
||||
},
|
||||
"0xf700-0x280000" : {
|
||||
"Action" : 11,
|
||||
"Text" : "0x1b 0x1b 0x5b 0x41"
|
||||
},
|
||||
"0x2d-0x40000" : {
|
||||
"Action" : 11,
|
||||
"Text" : "0x1f"
|
||||
},
|
||||
"0xf70e-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[23;2~"
|
||||
},
|
||||
"0xf702-0x220000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;2D"
|
||||
},
|
||||
"0xf703-0x280000" : {
|
||||
"Action" : 11,
|
||||
"Text" : "0x1b 0x1b 0x5b 0x43"
|
||||
},
|
||||
"0xf700-0x240000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;5A"
|
||||
},
|
||||
"0xf707-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;2S"
|
||||
},
|
||||
"0xf70a-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[18;2~"
|
||||
},
|
||||
"0x35-0x40000" : {
|
||||
"Action" : 11,
|
||||
"Text" : "0x1d"
|
||||
},
|
||||
"0xf70f-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[24;2~"
|
||||
},
|
||||
"0xf703-0x240000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;5C"
|
||||
},
|
||||
"0xf701-0x260000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;6B"
|
||||
},
|
||||
"0xf702-0x280000" : {
|
||||
"Action" : 11,
|
||||
"Text" : "0x1b 0x1b 0x5b 0x44"
|
||||
},
|
||||
"0xf72b-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;2F"
|
||||
},
|
||||
"0x36-0x40000" : {
|
||||
"Action" : 11,
|
||||
"Text" : "0x1e"
|
||||
},
|
||||
"0xf708-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[15;2~"
|
||||
},
|
||||
"0xf701-0x220000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;2B"
|
||||
},
|
||||
"0xf70b-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[19;2~"
|
||||
},
|
||||
"0xf702-0x240000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;5D"
|
||||
},
|
||||
"0xf704-0x20000" : {
|
||||
"Action" : 10,
|
||||
"Text" : "[1;2P"
|
||||
}
|
||||
},
|
||||
"Window Type" : 12,
|
||||
"Blur Radius" : 5.168569711538462,
|
||||
"Cursor Type" : 2,
|
||||
"Background Image Location" : "",
|
||||
"Blur" : false,
|
||||
"Badge Color" : {
|
||||
"Red Component" : 1,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0,
|
||||
"Alpha Component" : 0.5,
|
||||
"Green Component" : 0.1491314172744751
|
||||
},
|
||||
"Cursor Boost" : 0,
|
||||
"Scrollback Lines" : 1000,
|
||||
"Send Code When Idle" : false,
|
||||
"Close Sessions On End" : true,
|
||||
"Terminal Type" : "xterm-256color",
|
||||
"Visual Bell" : true,
|
||||
"Flashing Bell" : false,
|
||||
"Silence Bell" : true,
|
||||
"Ansi 14 Color" : {
|
||||
"Red Component" : 0.3686274509803922,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.6274509803921569,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.7725490196078432
|
||||
},
|
||||
"Name" : "gvcci",
|
||||
"Cursor Text Color" : {
|
||||
"Red Component" : 0.5490196347236633,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.6274510025978088,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5098039507865906
|
||||
},
|
||||
"Minimum Contrast" : 0,
|
||||
"Shortcut" : "",
|
||||
"Cursor Color" : {
|
||||
"Red Component" : 0.1450980392156863,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.4627450980392157,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.6745098039215687
|
||||
},
|
||||
"Ansi 0 Color" : {
|
||||
"Red Component" : 0.13333333333333333,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.2549019607843137,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.1411764705882353
|
||||
},
|
||||
"Ansi 1 Color" : {
|
||||
"Red Component" : 0.8588235294117647,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.3215686274509804,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.00784313725490196
|
||||
},
|
||||
"Horizontal Spacing" : 1,
|
||||
"Ansi 3 Color" : {
|
||||
"Red Component" : 0.8549019607843137,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.3215686274509804,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.00784313725490196
|
||||
},
|
||||
"Ansi 4 Color" : {
|
||||
"Red Component" : 0.0196078431372549,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.8941176470588236,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.3803921568627451
|
||||
},
|
||||
"Transparency" : 0,
|
||||
"Guid" : "FBF27982-5D1C-4625-8221-8FFAB9F4A445",
|
||||
"Ansi 2 Color" : {
|
||||
"Red Component" : 0.11372549019607843,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.8392156862745098,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.3803921568627451
|
||||
},
|
||||
"Normal Font" : "MesloLGSForPowerline-Regular 12",
|
||||
"Custom Directory" : "No",
|
||||
"Link Color" : {
|
||||
"Red Component" : 0,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.734233021736145,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.3591606020927429
|
||||
},
|
||||
"Ansi 5 Color" : {
|
||||
"Red Component" : 0.09411764705882353,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.42745098039215684,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.6862745098039216
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "GVCCI Color Scheme",
|
||||
"author": "",
|
||||
"color": [
|
||||
"#222441",
|
||||
"#db0252",
|
||||
"#1d61d6",
|
||||
"#da0252",
|
||||
"#0561e4",
|
||||
"#18af6d",
|
||||
"#3ea882",
|
||||
"#c2efdc",
|
||||
"#333662",
|
||||
"#fe1d70",
|
||||
"#4883e8",
|
||||
"#fe1d70",
|
||||
"#2b81fb",
|
||||
"#22e28e",
|
||||
"#5ec5a0",
|
||||
"#f3fcf8"
|
||||
],
|
||||
"foreground": "#71dea0",
|
||||
"background": "#10111f"
|
||||
}
|
||||
1
configs/shared/.gvcci/themes/pixelated_china/nospace.txt
Normal file
1
configs/shared/.gvcci/themes/pixelated_china/nospace.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
#10111f#71dea0#222441#db0252#1d61d6#da0252#0561e4#18af6d#3ea882#c2efdc#333662#fe1d70#4883e8#fe1d70#2b81fb#22e28e#5ec5a0#f3fcf8
|
||||
33
configs/shared/.gvcci/themes/pixelated_china/tilix.json
Normal file
33
configs/shared/.gvcci/themes/pixelated_china/tilix.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "Gvcci",
|
||||
"comment": "Gvcci generated theme.",
|
||||
"foreground-color": "#71dea0",
|
||||
"background-color": "#10111f",
|
||||
"use-theme-colors": false,
|
||||
"use-highlight-color": false,
|
||||
"highlight-foreground-color": "#10111f",
|
||||
"highlight-background-color": "#39d597",
|
||||
"use-cursor-color": false,
|
||||
"cursor-foreground-color": "#25ac76",
|
||||
"cursor-background-color": "#25ac76",
|
||||
"use-badge-color": true,
|
||||
"badge-color": "#71dea0",
|
||||
"palette": [
|
||||
"#222441",
|
||||
"#db0252",
|
||||
"#1d61d6",
|
||||
"#da0252",
|
||||
"#0561e4",
|
||||
"#18af6d",
|
||||
"#3ea882",
|
||||
"#c2efdc",
|
||||
"#333662",
|
||||
"#fe1d70",
|
||||
"#4883e8",
|
||||
"#fe1d70",
|
||||
"#2b81fb",
|
||||
"#22e28e",
|
||||
"#5ec5a0",
|
||||
"#f3fcf8"
|
||||
]
|
||||
}
|
||||
BIN
configs/shared/.gvcci/themes/pixelated_china/wallpaper
Normal file
BIN
configs/shared/.gvcci/themes/pixelated_china/wallpaper
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 568 KiB |
|
|
@ -0,0 +1,37 @@
|
|||
! COLORS
|
||||
! special
|
||||
*.foreground: #71dea0
|
||||
*.background: #10111f
|
||||
*.cursorColor: #71dea0
|
||||
|
||||
! black
|
||||
*.color0: #222441
|
||||
*.color8: #333662
|
||||
|
||||
! red
|
||||
*.color1: #db0252
|
||||
*.color9: #fe1d70
|
||||
|
||||
! green
|
||||
*.color2: #1d61d6
|
||||
*.color10: #4883e8
|
||||
|
||||
! yellow
|
||||
*.color3: #da0252
|
||||
*.color11: #fe1d70
|
||||
|
||||
! blue
|
||||
*.color4: #0561e4
|
||||
*.color12: #2b81fb
|
||||
|
||||
! magenta
|
||||
*.color5: #18af6d
|
||||
*.color13: #22e28e
|
||||
|
||||
! cyan
|
||||
*.color6: #3ea882
|
||||
*.color14: #5ec5a0
|
||||
|
||||
! white
|
||||
*.color7: #c2efdc
|
||||
*.color15: #f3fcf8
|
||||
Loading…
Add table
Add a link
Reference in a new issue