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/forest_8k/colors.sh
Normal file
23
configs/shared/.gvcci/themes/forest_8k/colors.sh
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
# Special
|
||||
background='#14100c'
|
||||
foreground='#a3d08f'
|
||||
cursor='#a3d08f'
|
||||
|
||||
# Colors
|
||||
color0='#342b1f'
|
||||
color1='#74613d'
|
||||
color2='#3b6f3d'
|
||||
color3='#59684e'
|
||||
color4='#489352'
|
||||
color5='#5ba72e'
|
||||
color6='#53774a'
|
||||
color7='#d3ebc6'
|
||||
color8='#544532'
|
||||
color9='#9c8252'
|
||||
color10='#509753'
|
||||
color11='#788b67'
|
||||
color12='#64b56f'
|
||||
color13='#78cd45'
|
||||
color14='#6d9d61'
|
||||
color15='#f6fbf4'
|
||||
18
configs/shared/.gvcci/themes/forest_8k/column.txt
Normal file
18
configs/shared/.gvcci/themes/forest_8k/column.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#14100c
|
||||
#a3d08f
|
||||
#342b1f
|
||||
#74613d
|
||||
#3b6f3d
|
||||
#59684e
|
||||
#489352
|
||||
#5ba72e
|
||||
#53774a
|
||||
#d3ebc6
|
||||
#544532
|
||||
#9c8252
|
||||
#509753
|
||||
#788b67
|
||||
#64b56f
|
||||
#78cd45
|
||||
#6d9d61
|
||||
#f6fbf4
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
Background
|
||||
#14100c
|
||||
|
||||
Foreground
|
||||
#a3d08f
|
||||
|
||||
Normal ANSI Colors
|
||||
#342b1f
|
||||
#74613d
|
||||
#3b6f3d
|
||||
#59684e
|
||||
#489352
|
||||
#5ba72e
|
||||
#53774a
|
||||
#d3ebc6
|
||||
|
||||
Bright ANSI Colors
|
||||
#544532
|
||||
#9c8252
|
||||
#509753
|
||||
#788b67
|
||||
#64b56f
|
||||
#78cd45
|
||||
#6d9d61
|
||||
#f6fbf4
|
||||
344
configs/shared/.gvcci/themes/forest_8k/iterm.itermcolors
Normal file
344
configs/shared/.gvcci/themes/forest_8k/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.12156862745098039</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.16862745098039217</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.20392156862745098</real>
|
||||
</dict>
|
||||
<key>Ansi 1 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.23921568627450981</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.3803921568627451</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.4549019607843137</real>
|
||||
</dict>
|
||||
<key>Ansi 10 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.592156862745098</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.3137254901960784</real>
|
||||
</dict>
|
||||
<key>Ansi 11 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.403921568627451</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5450980392156862</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.47058823529411764</real>
|
||||
</dict>
|
||||
<key>Ansi 12 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.43529411764705883</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.7098039215686275</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.27058823529411763</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.803921568627451</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.47058823529411764</real>
|
||||
</dict>
|
||||
<key>Ansi 14 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.3803921568627451</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.615686274509804</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.42745098039215684</real>
|
||||
</dict>
|
||||
<key>Ansi 15 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.9568627450980393</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.984313725490196</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.9647058823529412</real>
|
||||
</dict>
|
||||
<key>Ansi 2 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.23921568627450981</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.43529411764705883</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.23137254901960785</real>
|
||||
</dict>
|
||||
<key>Ansi 3 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.3058823529411765</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.40784313725490196</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.34901960784313724</real>
|
||||
</dict>
|
||||
<key>Ansi 4 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.5764705882352941</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.2823529411764706</real>
|
||||
</dict>
|
||||
<key>Ansi 5 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.1803921568627451</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.6549019607843137</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.3568627450980392</real>
|
||||
</dict>
|
||||
<key>Ansi 6 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.2901960784313726</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.4666666666666667</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.3254901960784314</real>
|
||||
</dict>
|
||||
<key>Ansi 7 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.9215686274509803</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.8274509803921568</real>
|
||||
</dict>
|
||||
<key>Ansi 8 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.19607843137254902</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.27058823529411763</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.32941176470588235</real>
|
||||
</dict>
|
||||
<key>Ansi 9 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.5098039215686274</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.611764705882353</real>
|
||||
</dict>
|
||||
<key>Background Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.047058823529411764</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.06274509803921569</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.0784313725490196</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.5607843137254902</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.8156862745098039</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.6392156862745098</real>
|
||||
</dict>
|
||||
<key>Cursor Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.07450980392156863</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.6039215686274509</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.25882352941176473</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.5607843137254902</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.8156862745098039</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.6392156862745098</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.047058823529411764</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.06274509803921569</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.0784313725490196</real>
|
||||
</dict>
|
||||
<key>Selection Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.09803921568627451</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.8196078431372549</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.35294117647058826</real>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
412
configs/shared/.gvcci/themes/forest_8k/iterm.plist
Normal file
412
configs/shared/.gvcci/themes/forest_8k/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.43529411764705883,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.7098039215686275
|
||||
},
|
||||
"Ansi 7 Color" : {
|
||||
"Red Component" : 0.8274509803921568,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.7764705882352941,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.9215686274509803
|
||||
},
|
||||
"Ansi 8 Color" : {
|
||||
"Red Component" : 0.32941176470588235,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.19607843137254902,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.27058823529411763
|
||||
},
|
||||
"Bold Color" : {
|
||||
"Red Component" : 0.6392156862745098,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.5607843137254902,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.8156862745098039
|
||||
},
|
||||
"Ansi 9 Color" : {
|
||||
"Red Component" : 0.611764705882353,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.3215686274509804,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5098039215686274
|
||||
},
|
||||
"Ansi 6 Color" : {
|
||||
"Red Component" : 0.3254901960784314,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.2901960784313726,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.4666666666666667
|
||||
},
|
||||
"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.3137254901960784,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.3254901960784314,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.592156862745098
|
||||
},
|
||||
"Use Cursor Guide" : false,
|
||||
"Ambiguous Double Width" : false,
|
||||
"Jobs to Ignore" : [
|
||||
"rlogin",
|
||||
"ssh",
|
||||
"slogin",
|
||||
"telnet"
|
||||
],
|
||||
"Ansi 15 Color" : {
|
||||
"Red Component" : 0.9647058823529412,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.9568627450980393,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.984313725490196
|
||||
},
|
||||
"Foreground Color" : {
|
||||
"Red Component" : 0.6392156862745098,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.5607843137254902,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.8156862745098039
|
||||
},
|
||||
"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.35294117647058826,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.09803921568627451,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.8196078431372549
|
||||
},
|
||||
"Columns" : 80,
|
||||
"Idle Code" : 0,
|
||||
"Ansi 13 Color" : {
|
||||
"Red Component" : 0.47058823529411764,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.27058823529411763,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.803921568627451
|
||||
},
|
||||
"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.0784313725490196,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.047058823529411764,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.06274509803921569
|
||||
},
|
||||
"Background Color" : {
|
||||
"Red Component" : 0.0784313725490196,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.047058823529411764,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.06274509803921569
|
||||
},
|
||||
"Character Encoding" : 4,
|
||||
"Ansi 11 Color" : {
|
||||
"Red Component" : 0.47058823529411764,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.403921568627451,
|
||||
"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.42745098039215684,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.3803921568627451,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.615686274509804
|
||||
},
|
||||
"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.25882352941176473,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.07450980392156863,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.6039215686274509
|
||||
},
|
||||
"Ansi 0 Color" : {
|
||||
"Red Component" : 0.20392156862745098,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.12156862745098039,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.16862745098039217
|
||||
},
|
||||
"Ansi 1 Color" : {
|
||||
"Red Component" : 0.4549019607843137,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.23921568627450981,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.3803921568627451
|
||||
},
|
||||
"Horizontal Spacing" : 1,
|
||||
"Ansi 3 Color" : {
|
||||
"Red Component" : 0.34901960784313724,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.3058823529411765,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.40784313725490196
|
||||
},
|
||||
"Ansi 4 Color" : {
|
||||
"Red Component" : 0.2823529411764706,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.3215686274509804,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.5764705882352941
|
||||
},
|
||||
"Transparency" : 0,
|
||||
"Guid" : "FBF27982-5D1C-4625-8221-8FFAB9F4A445",
|
||||
"Ansi 2 Color" : {
|
||||
"Red Component" : 0.23137254901960785,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.23921568627450981,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.43529411764705883
|
||||
},
|
||||
"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.3568627450980392,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.1803921568627451,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.6549019607843137
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
24
configs/shared/.gvcci/themes/forest_8k/json-scheme.json
Normal file
24
configs/shared/.gvcci/themes/forest_8k/json-scheme.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "GVCCI Color Scheme",
|
||||
"author": "",
|
||||
"color": [
|
||||
"#342b1f",
|
||||
"#74613d",
|
||||
"#3b6f3d",
|
||||
"#59684e",
|
||||
"#489352",
|
||||
"#5ba72e",
|
||||
"#53774a",
|
||||
"#d3ebc6",
|
||||
"#544532",
|
||||
"#9c8252",
|
||||
"#509753",
|
||||
"#788b67",
|
||||
"#64b56f",
|
||||
"#78cd45",
|
||||
"#6d9d61",
|
||||
"#f6fbf4"
|
||||
],
|
||||
"foreground": "#a3d08f",
|
||||
"background": "#14100c"
|
||||
}
|
||||
1
configs/shared/.gvcci/themes/forest_8k/nospace.txt
Normal file
1
configs/shared/.gvcci/themes/forest_8k/nospace.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
#14100c#a3d08f#342b1f#74613d#3b6f3d#59684e#489352#5ba72e#53774a#d3ebc6#544532#9c8252#509753#788b67#64b56f#78cd45#6d9d61#f6fbf4
|
||||
33
configs/shared/.gvcci/themes/forest_8k/tilix.json
Normal file
33
configs/shared/.gvcci/themes/forest_8k/tilix.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "Gvcci",
|
||||
"comment": "Gvcci generated theme.",
|
||||
"foreground-color": "#a3d08f",
|
||||
"background-color": "#14100c",
|
||||
"use-theme-colors": false,
|
||||
"use-highlight-color": false,
|
||||
"highlight-foreground-color": "#14100c",
|
||||
"highlight-background-color": "#5ad119",
|
||||
"use-cursor-color": false,
|
||||
"cursor-foreground-color": "#429a13",
|
||||
"cursor-background-color": "#429a13",
|
||||
"use-badge-color": true,
|
||||
"badge-color": "#a3d08f",
|
||||
"palette": [
|
||||
"#342b1f",
|
||||
"#74613d",
|
||||
"#3b6f3d",
|
||||
"#59684e",
|
||||
"#489352",
|
||||
"#5ba72e",
|
||||
"#53774a",
|
||||
"#d3ebc6",
|
||||
"#544532",
|
||||
"#9c8252",
|
||||
"#509753",
|
||||
"#788b67",
|
||||
"#64b56f",
|
||||
"#78cd45",
|
||||
"#6d9d61",
|
||||
"#f6fbf4"
|
||||
]
|
||||
}
|
||||
BIN
configs/shared/.gvcci/themes/forest_8k/wallpaper
Normal file
BIN
configs/shared/.gvcci/themes/forest_8k/wallpaper
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 MiB |
37
configs/shared/.gvcci/themes/forest_8k/xresources-colors.txt
Normal file
37
configs/shared/.gvcci/themes/forest_8k/xresources-colors.txt
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
! COLORS
|
||||
! special
|
||||
*.foreground: #a3d08f
|
||||
*.background: #14100c
|
||||
*.cursorColor: #a3d08f
|
||||
|
||||
! black
|
||||
*.color0: #342b1f
|
||||
*.color8: #544532
|
||||
|
||||
! red
|
||||
*.color1: #74613d
|
||||
*.color9: #9c8252
|
||||
|
||||
! green
|
||||
*.color2: #3b6f3d
|
||||
*.color10: #509753
|
||||
|
||||
! yellow
|
||||
*.color3: #59684e
|
||||
*.color11: #788b67
|
||||
|
||||
! blue
|
||||
*.color4: #489352
|
||||
*.color12: #64b56f
|
||||
|
||||
! magenta
|
||||
*.color5: #5ba72e
|
||||
*.color13: #78cd45
|
||||
|
||||
! cyan
|
||||
*.color6: #53774a
|
||||
*.color14: #6d9d61
|
||||
|
||||
! white
|
||||
*.color7: #d3ebc6
|
||||
*.color15: #f6fbf4
|
||||
Loading…
Add table
Add a link
Reference in a new issue