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/walle_4k/colors.sh
Normal file
23
configs/shared/.gvcci/themes/walle_4k/colors.sh
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
# Special
|
||||
background='#05050b'
|
||||
foreground='#cd91a8'
|
||||
cursor='#cd91a8'
|
||||
|
||||
# Colors
|
||||
color0='#14162f'
|
||||
color1='#ad6265'
|
||||
color2='#7e70ac'
|
||||
color3='#976982'
|
||||
color4='#407baf'
|
||||
color5='#a5667e'
|
||||
color6='#9e6b77'
|
||||
color7='#e9d1c8'
|
||||
color8='#232653'
|
||||
color9='#c5878a'
|
||||
color10='#9f93c6'
|
||||
color11='#b28ba1'
|
||||
color12='#6499c8'
|
||||
color13='#be899e'
|
||||
color14='#b98e98'
|
||||
color15='#fef5f1'
|
||||
18
configs/shared/.gvcci/themes/walle_4k/column.txt
Normal file
18
configs/shared/.gvcci/themes/walle_4k/column.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#05050b
|
||||
#cd91a8
|
||||
#14162f
|
||||
#ad6265
|
||||
#7e70ac
|
||||
#976982
|
||||
#407baf
|
||||
#a5667e
|
||||
#9e6b77
|
||||
#e9d1c8
|
||||
#232653
|
||||
#c5878a
|
||||
#9f93c6
|
||||
#b28ba1
|
||||
#6499c8
|
||||
#be899e
|
||||
#b98e98
|
||||
#fef5f1
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
Background
|
||||
#05050b
|
||||
|
||||
Foreground
|
||||
#cd91a8
|
||||
|
||||
Normal ANSI Colors
|
||||
#14162f
|
||||
#ad6265
|
||||
#7e70ac
|
||||
#976982
|
||||
#407baf
|
||||
#a5667e
|
||||
#9e6b77
|
||||
#e9d1c8
|
||||
|
||||
Bright ANSI Colors
|
||||
#232653
|
||||
#c5878a
|
||||
#9f93c6
|
||||
#b28ba1
|
||||
#6499c8
|
||||
#be899e
|
||||
#b98e98
|
||||
#fef5f1
|
||||
344
configs/shared/.gvcci/themes/walle_4k/iterm.itermcolors
Normal file
344
configs/shared/.gvcci/themes/walle_4k/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.1843137254901961</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.08627450980392157</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.0784313725490196</real>
|
||||
</dict>
|
||||
<key>Ansi 1 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.396078431372549</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.3843137254901961</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.6784313725490196</real>
|
||||
</dict>
|
||||
<key>Ansi 10 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7764705882352941</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5764705882352941</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.6235294117647059</real>
|
||||
</dict>
|
||||
<key>Ansi 11 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6313725490196078</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5450980392156862</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.6980392156862745</real>
|
||||
</dict>
|
||||
<key>Ansi 12 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7843137254901961</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.6</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.39215686274509803</real>
|
||||
</dict>
|
||||
<key>Ansi 13 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6196078431372549</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5372549019607843</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.7450980392156863</real>
|
||||
</dict>
|
||||
<key>Ansi 14 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.596078431372549</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5568627450980392</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.7254901960784313</real>
|
||||
</dict>
|
||||
<key>Ansi 15 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9450980392156862</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.9607843137254902</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.996078431372549</real>
|
||||
</dict>
|
||||
<key>Ansi 2 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6745098039215687</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.4392156862745098</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.49411764705882355</real>
|
||||
</dict>
|
||||
<key>Ansi 3 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.4117647058823529</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.592156862745098</real>
|
||||
</dict>
|
||||
<key>Ansi 4 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6862745098039216</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.4823529411764706</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.25098039215686274</real>
|
||||
</dict>
|
||||
<key>Ansi 5 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.49411764705882355</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.4</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.6470588235294118</real>
|
||||
</dict>
|
||||
<key>Ansi 6 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4666666666666667</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.4196078431372549</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.6196078431372549</real>
|
||||
</dict>
|
||||
<key>Ansi 7 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7843137254901961</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.8196078431372549</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.9137254901960784</real>
|
||||
</dict>
|
||||
<key>Ansi 8 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.3254901960784314</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.14901960784313725</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.13725490196078433</real>
|
||||
</dict>
|
||||
<key>Ansi 9 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.5411764705882353</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5294117647058824</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.7725490196078432</real>
|
||||
</dict>
|
||||
<key>Background Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.043137254901960784</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.0196078431372549</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.0196078431372549</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.6588235294117647</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5686274509803921</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.803921568627451</real>
|
||||
</dict>
|
||||
<key>Cursor Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.44313725490196076</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.4117647058823529</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.6313725490196078</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.6588235294117647</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5686274509803921</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.803921568627451</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.043137254901960784</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.0196078431372549</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.0196078431372549</real>
|
||||
</dict>
|
||||
<key>Selection Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.5764705882352941</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5490196078431373</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.7333333333333333</real>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
412
configs/shared/.gvcci/themes/walle_4k/iterm.plist
Normal file
412
configs/shared/.gvcci/themes/walle_4k/iterm.plist
Normal file
|
|
@ -0,0 +1,412 @@
|
|||
{
|
||||
"Profiles": [
|
||||
{
|
||||
"Use Non-ASCII Font" : false,
|
||||
"Tags" : [
|
||||
|
||||
],
|
||||
"Ansi 12 Color" : {
|
||||
"Red Component" : 0.39215686274509803,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.7843137254901961,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.6
|
||||
},
|
||||
"Ansi 7 Color" : {
|
||||
"Red Component" : 0.9137254901960784,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.7843137254901961,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.8196078431372549
|
||||
},
|
||||
"Ansi 8 Color" : {
|
||||
"Red Component" : 0.13725490196078433,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.3254901960784314,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.14901960784313725
|
||||
},
|
||||
"Bold Color" : {
|
||||
"Red Component" : 0.803921568627451,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.6588235294117647,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5686274509803921
|
||||
},
|
||||
"Ansi 9 Color" : {
|
||||
"Red Component" : 0.7725490196078432,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.5411764705882353,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5294117647058824
|
||||
},
|
||||
"Ansi 6 Color" : {
|
||||
"Red Component" : 0.6196078431372549,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.4666666666666667,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.4196078431372549
|
||||
},
|
||||
"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.6235294117647059,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.7764705882352941,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5764705882352941
|
||||
},
|
||||
"Use Cursor Guide" : false,
|
||||
"Ambiguous Double Width" : false,
|
||||
"Jobs to Ignore" : [
|
||||
"rlogin",
|
||||
"ssh",
|
||||
"slogin",
|
||||
"telnet"
|
||||
],
|
||||
"Ansi 15 Color" : {
|
||||
"Red Component" : 0.996078431372549,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.9450980392156862,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.9607843137254902
|
||||
},
|
||||
"Foreground Color" : {
|
||||
"Red Component" : 0.803921568627451,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.6588235294117647,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5686274509803921
|
||||
},
|
||||
"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.7333333333333333,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.5764705882352941,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5490196078431373
|
||||
},
|
||||
"Columns" : 80,
|
||||
"Idle Code" : 0,
|
||||
"Ansi 13 Color" : {
|
||||
"Red Component" : 0.7450980392156863,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.6196078431372549,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5372549019607843
|
||||
},
|
||||
"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.0196078431372549,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.043137254901960784,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.0196078431372549
|
||||
},
|
||||
"Background Color" : {
|
||||
"Red Component" : 0.0196078431372549,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.043137254901960784,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.0196078431372549
|
||||
},
|
||||
"Character Encoding" : 4,
|
||||
"Ansi 11 Color" : {
|
||||
"Red Component" : 0.6980392156862745,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.6313725490196078,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5450980392156862
|
||||
},
|
||||
"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.7254901960784313,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.596078431372549,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5568627450980392
|
||||
},
|
||||
"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.6313725490196078,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.44313725490196076,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.4117647058823529
|
||||
},
|
||||
"Ansi 0 Color" : {
|
||||
"Red Component" : 0.0784313725490196,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.1843137254901961,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.08627450980392157
|
||||
},
|
||||
"Ansi 1 Color" : {
|
||||
"Red Component" : 0.6784313725490196,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.396078431372549,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.3843137254901961
|
||||
},
|
||||
"Horizontal Spacing" : 1,
|
||||
"Ansi 3 Color" : {
|
||||
"Red Component" : 0.592156862745098,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.5098039215686274,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.4117647058823529
|
||||
},
|
||||
"Ansi 4 Color" : {
|
||||
"Red Component" : 0.25098039215686274,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.6862745098039216,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.4823529411764706
|
||||
},
|
||||
"Transparency" : 0,
|
||||
"Guid" : "FBF27982-5D1C-4625-8221-8FFAB9F4A445",
|
||||
"Ansi 2 Color" : {
|
||||
"Red Component" : 0.49411764705882355,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.6745098039215687,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.4392156862745098
|
||||
},
|
||||
"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.6470588235294118,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.49411764705882355,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.4
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
24
configs/shared/.gvcci/themes/walle_4k/json-scheme.json
Normal file
24
configs/shared/.gvcci/themes/walle_4k/json-scheme.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "GVCCI Color Scheme",
|
||||
"author": "",
|
||||
"color": [
|
||||
"#14162f",
|
||||
"#ad6265",
|
||||
"#7e70ac",
|
||||
"#976982",
|
||||
"#407baf",
|
||||
"#a5667e",
|
||||
"#9e6b77",
|
||||
"#e9d1c8",
|
||||
"#232653",
|
||||
"#c5878a",
|
||||
"#9f93c6",
|
||||
"#b28ba1",
|
||||
"#6499c8",
|
||||
"#be899e",
|
||||
"#b98e98",
|
||||
"#fef5f1"
|
||||
],
|
||||
"foreground": "#cd91a8",
|
||||
"background": "#05050b"
|
||||
}
|
||||
1
configs/shared/.gvcci/themes/walle_4k/nospace.txt
Normal file
1
configs/shared/.gvcci/themes/walle_4k/nospace.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
#05050b#cd91a8#14162f#ad6265#7e70ac#976982#407baf#a5667e#9e6b77#e9d1c8#232653#c5878a#9f93c6#b28ba1#6499c8#be899e#b98e98#fef5f1
|
||||
33
configs/shared/.gvcci/themes/walle_4k/tilix.json
Normal file
33
configs/shared/.gvcci/themes/walle_4k/tilix.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "Gvcci",
|
||||
"comment": "Gvcci generated theme.",
|
||||
"foreground-color": "#cd91a8",
|
||||
"background-color": "#05050b",
|
||||
"use-theme-colors": false,
|
||||
"use-highlight-color": false,
|
||||
"highlight-foreground-color": "#05050b",
|
||||
"highlight-background-color": "#bb8c93",
|
||||
"use-cursor-color": false,
|
||||
"cursor-foreground-color": "#a16971",
|
||||
"cursor-background-color": "#a16971",
|
||||
"use-badge-color": true,
|
||||
"badge-color": "#cd91a8",
|
||||
"palette": [
|
||||
"#14162f",
|
||||
"#ad6265",
|
||||
"#7e70ac",
|
||||
"#976982",
|
||||
"#407baf",
|
||||
"#a5667e",
|
||||
"#9e6b77",
|
||||
"#e9d1c8",
|
||||
"#232653",
|
||||
"#c5878a",
|
||||
"#9f93c6",
|
||||
"#b28ba1",
|
||||
"#6499c8",
|
||||
"#be899e",
|
||||
"#b98e98",
|
||||
"#fef5f1"
|
||||
]
|
||||
}
|
||||
BIN
configs/shared/.gvcci/themes/walle_4k/wallpaper
Normal file
BIN
configs/shared/.gvcci/themes/walle_4k/wallpaper
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 222 KiB |
37
configs/shared/.gvcci/themes/walle_4k/xresources-colors.txt
Normal file
37
configs/shared/.gvcci/themes/walle_4k/xresources-colors.txt
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
! COLORS
|
||||
! special
|
||||
*.foreground: #cd91a8
|
||||
*.background: #05050b
|
||||
*.cursorColor: #cd91a8
|
||||
|
||||
! black
|
||||
*.color0: #14162f
|
||||
*.color8: #232653
|
||||
|
||||
! red
|
||||
*.color1: #ad6265
|
||||
*.color9: #c5878a
|
||||
|
||||
! green
|
||||
*.color2: #7e70ac
|
||||
*.color10: #9f93c6
|
||||
|
||||
! yellow
|
||||
*.color3: #976982
|
||||
*.color11: #b28ba1
|
||||
|
||||
! blue
|
||||
*.color4: #407baf
|
||||
*.color12: #6499c8
|
||||
|
||||
! magenta
|
||||
*.color5: #a5667e
|
||||
*.color13: #be899e
|
||||
|
||||
! cyan
|
||||
*.color6: #9e6b77
|
||||
*.color14: #b98e98
|
||||
|
||||
! white
|
||||
*.color7: #e9d1c8
|
||||
*.color15: #fef5f1
|
||||
Loading…
Add table
Add a link
Reference in a new issue