Merge branch 'florple'
This commit is contained in:
commit
78e4f29bed
164 changed files with 4191 additions and 12 deletions
292
config.h
292
config.h
|
|
@ -92,9 +92,21 @@ static const char *schemenames[] = {
|
||||||
"Cobalt Neon",
|
"Cobalt Neon",
|
||||||
"Highway",
|
"Highway",
|
||||||
"Grape",
|
"Grape",
|
||||||
|
// "MonokaiVivid",
|
||||||
|
"Pandora",
|
||||||
|
"Shaman",
|
||||||
|
"Symfonic",
|
||||||
|
"Lavandula",
|
||||||
|
"ENCOM",
|
||||||
|
"Alien Blood",
|
||||||
|
"Borland",
|
||||||
|
"IC Orange",
|
||||||
|
"IC Green",
|
||||||
|
"Red Alert"
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static char *colorchart[3][260] = {
|
static char *colorchart[13][260] = {
|
||||||
// cobalt neon
|
// cobalt neon
|
||||||
{
|
{
|
||||||
"#142631", // 0
|
"#142631", // 0
|
||||||
|
|
@ -166,7 +178,283 @@ static char *colorchart[3][260] = {
|
||||||
"#171423", /* bg color */
|
"#171423", /* bg color */
|
||||||
"#9f9fa1", /* fg color */
|
"#9f9fa1", /* fg color */
|
||||||
"#a288f7", // 15
|
"#a288f7", // 15
|
||||||
}
|
},
|
||||||
|
// {// monokai vivid
|
||||||
|
// "#121212", // 0
|
||||||
|
// "#fa2934", // 1
|
||||||
|
// "#98e123", // 2
|
||||||
|
// "#fff30a", // 3
|
||||||
|
// "#0443ff", // 4
|
||||||
|
// "#f800f8", // 5
|
||||||
|
// "#01b6ed", // 6
|
||||||
|
// "#ffffff", // 7
|
||||||
|
// "#838383", // 8
|
||||||
|
// "#f6669d", // 9
|
||||||
|
// "#b1e05f", // 10
|
||||||
|
// "#fff26d", // 11
|
||||||
|
// "#0443ff", // 12
|
||||||
|
// "#f200f6", // 13
|
||||||
|
// "#51ceff", // 14
|
||||||
|
// "#ffffff", // 15
|
||||||
|
// [255] = 0,
|
||||||
|
// //static unsigned int defaultbg = 0;
|
||||||
|
// "#121212", // 0
|
||||||
|
// "#f9f9f9", /* fg color */
|
||||||
|
// //static unsigned int defaultfg = 256;
|
||||||
|
// "#fb0007" /* cs color */
|
||||||
|
// //static unsigned int defaultcs = 257;
|
||||||
|
// },
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#ff4242", // 1
|
||||||
|
"#74af68", // 2
|
||||||
|
"#ffad29", // 3
|
||||||
|
"#338f86", // 4
|
||||||
|
"#9414e6", // 5
|
||||||
|
"#23d7d7", // 6
|
||||||
|
"#e2e2e2", // 7
|
||||||
|
"#3f5648", // 8
|
||||||
|
"#ff3242", // 9
|
||||||
|
"#74cd68", // 10
|
||||||
|
"#ffb929", // 11
|
||||||
|
"#23d7d7", // 12
|
||||||
|
"#ff37ff", // 13
|
||||||
|
"#00ede1", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#141e43", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#e1e1e1", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#43d58e" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"#012026", // 0
|
||||||
|
"#b2302d", // 1
|
||||||
|
"#00a941", // 2
|
||||||
|
"#5e8baa", // 3
|
||||||
|
"#449a86", // 4
|
||||||
|
"#00599d", // 5
|
||||||
|
"#5d7e19", // 6
|
||||||
|
"#405555", // 7
|
||||||
|
"#384451", // 8
|
||||||
|
"#ff4242", // 9
|
||||||
|
"#2aea5e", // 10
|
||||||
|
"#8ed4fd", // 11
|
||||||
|
"#61d5ba", // 12
|
||||||
|
"#1298ff", // 13
|
||||||
|
"#98d028", // 14
|
||||||
|
"#58fbd6", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#001015", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#405555", // 7
|
||||||
|
"#4afcd6" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#dc322f", // 1
|
||||||
|
"#56db3a", // 2
|
||||||
|
"#ff8400", // 3
|
||||||
|
"#0084d4", // 4
|
||||||
|
"#b729d9", // 5
|
||||||
|
"#ccccff", // 6
|
||||||
|
"#ffffff", // 7
|
||||||
|
"#1b1d21", // 8
|
||||||
|
"#dc322f", // 9
|
||||||
|
"#56db3a", // 10
|
||||||
|
"#ff8400", // 11
|
||||||
|
"#0084d4", // 12
|
||||||
|
"#b729d9", // 13
|
||||||
|
"#ccccff", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
"#000000", // 0
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#ffffff", // 7
|
||||||
|
//static unsigned int defaultcs = 9;
|
||||||
|
"#dc322f", // 9
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"#230046", // 0
|
||||||
|
"#7d1625", // 1
|
||||||
|
"#337e6f", // 2
|
||||||
|
"#7f6f49", // 3
|
||||||
|
"#4f4a7f", // 4
|
||||||
|
"#5a3f7f", // 5
|
||||||
|
"#58777f", // 6
|
||||||
|
"#736e7d", // 7
|
||||||
|
"#372d46", // 8
|
||||||
|
"#e05167", // 9
|
||||||
|
"#52e0c4", // 10
|
||||||
|
"#e0c386", // 11
|
||||||
|
"#8e87e0", // 12
|
||||||
|
"#a776e0", // 13
|
||||||
|
"#9ad4e0", // 14
|
||||||
|
"#8c91fa", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#050014", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#736e7d", // 7
|
||||||
|
//static unsigned int defaultcs = 15;
|
||||||
|
"#8c91fa", // 15
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#9f0000", // 1
|
||||||
|
"#008b00", // 2
|
||||||
|
"#ffd000", // 3
|
||||||
|
"#0081ff", // 4
|
||||||
|
"#bc00ca", // 5
|
||||||
|
"#008b8b", // 6
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#ff0000", // 9
|
||||||
|
"#00ee00", // 10
|
||||||
|
"#ffff00", // 11
|
||||||
|
"#0000ff", // 12
|
||||||
|
"#ff00ff", // 13
|
||||||
|
"#00cdcd", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
"#000000", // 0
|
||||||
|
"#00a595", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"#112616", // 0
|
||||||
|
"#7f2b27", // 1
|
||||||
|
"#2f7e25", // 2
|
||||||
|
"#717f24", // 3
|
||||||
|
"#2f6a7f", // 4
|
||||||
|
"#47587f", // 5
|
||||||
|
"#327f77", // 6
|
||||||
|
"#647d75", // 7
|
||||||
|
"#3c4812", // 8
|
||||||
|
"#e08009", // 9
|
||||||
|
"#18e000", // 10
|
||||||
|
"#bde000", // 11
|
||||||
|
"#00aae0", // 12
|
||||||
|
"#0058e0", // 13
|
||||||
|
"#00e0c4", // 14
|
||||||
|
"#73fa91", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#0f1610", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#637d75", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#73fa91", // 15
|
||||||
|
//static unsigned int defaultcs = 15;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"#4f4f4f", // 0
|
||||||
|
"#ff6c60", // 1
|
||||||
|
"#a8ff60", // 2
|
||||||
|
"#ffffb6", // 3
|
||||||
|
"#96cbfe", // 4
|
||||||
|
"#ff73fd", // 5
|
||||||
|
"#c6c5fe", // 6
|
||||||
|
"#eeeeee", // 7
|
||||||
|
"#7c7c7c", // 8
|
||||||
|
"#ffb6b0", // 9
|
||||||
|
"#ceffac", // 10
|
||||||
|
"#ffffcc", // 11
|
||||||
|
"#b5dcff", // 12
|
||||||
|
"#ff9cfe", // 13
|
||||||
|
"#dfdffe", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#0000a4", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#ffff4e", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#ffa560" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#c13900", // 1
|
||||||
|
"#a4a900", // 2
|
||||||
|
"#caaf00", // 3
|
||||||
|
"#bd6d00", // 4
|
||||||
|
"#fc5e00", // 5
|
||||||
|
"#f79500", // 6
|
||||||
|
"#ffc88a", // 7
|
||||||
|
"#6a4f2a", // 8
|
||||||
|
"#ff8c68", // 9
|
||||||
|
"#f6ff40", // 10
|
||||||
|
"#ffe36e", // 11
|
||||||
|
"#ffbe55", // 12
|
||||||
|
"#fc874f", // 13
|
||||||
|
"#c69752", // 14
|
||||||
|
"#fafaff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#262626", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#ffcb83", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#fc531d" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"#1f1f1f", // 0
|
||||||
|
"#fb002a", // 1
|
||||||
|
"#339c24", // 2
|
||||||
|
"#659b25", // 3
|
||||||
|
"#149b45", // 4
|
||||||
|
"#53b82c", // 5
|
||||||
|
"#2cb868", // 6
|
||||||
|
"#e0ffef", // 7
|
||||||
|
"#032710", // 8
|
||||||
|
"#a7ff3f", // 9
|
||||||
|
"#9fff6d", // 10
|
||||||
|
"#d2ff6d", // 11
|
||||||
|
"#72ffb5", // 12
|
||||||
|
"#50ff3e", // 13
|
||||||
|
"#22ff71", // 14
|
||||||
|
"#daefd0", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#3a3d3f", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#d9efd3", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#42ff58" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#d62e4e", // 1
|
||||||
|
"#71be6b", // 2
|
||||||
|
"#beb86b", // 3
|
||||||
|
"#489bee", // 4
|
||||||
|
"#e979d7", // 5
|
||||||
|
"#6bbeb8", // 6
|
||||||
|
"#d6d6d6", // 7
|
||||||
|
"#262626", // 8
|
||||||
|
"#e02553", // 9
|
||||||
|
"#aff08c", // 10
|
||||||
|
"#dfddb7", // 11
|
||||||
|
"#65aaf1", // 12
|
||||||
|
"#ddb7df", // 13
|
||||||
|
"#b7dfdd", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#762423", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 15;
|
||||||
|
"#ffffff", // 15
|
||||||
|
//static unsigned int defaultcs = 15;
|
||||||
|
"#ffffff", // 15
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Terminal colors (16 first used in escape sequence) */
|
/* Terminal colors (16 first used in escape sequence) */
|
||||||
|
|
|
||||||
22
conv/3024 Day.xrdb
Normal file
22
conv/3024 Day.xrdb
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"#090300", // 0
|
||||||
|
"#db2d20", // 1
|
||||||
|
"#01a252", // 2
|
||||||
|
"#fded02", // 3
|
||||||
|
"#01a0e4", // 4
|
||||||
|
"#a16a94", // 5
|
||||||
|
"#b5e4f4", // 6
|
||||||
|
"#a5a2a2", // 7
|
||||||
|
"#5c5855", // 8
|
||||||
|
"#e8bbd0", // 9
|
||||||
|
"#3a3432", // 10
|
||||||
|
"#4a4543", // 11
|
||||||
|
"#807d7c", // 12
|
||||||
|
"#d6d5d4", // 13
|
||||||
|
"#cdab53", // 14
|
||||||
|
"#f7f7f7", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 15;
|
||||||
|
//static unsigned int defaultfg = 11;
|
||||||
|
//static unsigned int defaultcs = 11;
|
||||||
|
},
|
||||||
22
conv/3024 Night.xrdb
Normal file
22
conv/3024 Night.xrdb
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"#090300", // 0
|
||||||
|
"#db2d20", // 1
|
||||||
|
"#01a252", // 2
|
||||||
|
"#fded02", // 3
|
||||||
|
"#01a0e4", // 4
|
||||||
|
"#a16a94", // 5
|
||||||
|
"#b5e4f4", // 6
|
||||||
|
"#a5a2a2", // 7
|
||||||
|
"#5c5855", // 8
|
||||||
|
"#e8bbd0", // 9
|
||||||
|
"#3a3432", // 10
|
||||||
|
"#4a4543", // 11
|
||||||
|
"#807d7c", // 12
|
||||||
|
"#d6d5d4", // 13
|
||||||
|
"#cdab53", // 14
|
||||||
|
"#f7f7f7", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
24
conv/AdventureTime.xrdb
Normal file
24
conv/AdventureTime.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#050404", // 0
|
||||||
|
"#bd0013", // 1
|
||||||
|
"#4ab118", // 2
|
||||||
|
"#e7741e", // 3
|
||||||
|
"#0f4ac6", // 4
|
||||||
|
"#665993", // 5
|
||||||
|
"#70a598", // 6
|
||||||
|
"#f8dcc0", // 7
|
||||||
|
"#4e7cbf", // 8
|
||||||
|
"#fc5f5a", // 9
|
||||||
|
"#9eff6e", // 10
|
||||||
|
"#efc11a", // 11
|
||||||
|
"#1997c6", // 12
|
||||||
|
"#9b5953", // 13
|
||||||
|
"#c8faf4", // 14
|
||||||
|
"#f6f5fb", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1f1d45", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#efbf38" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
23
conv/Afterglow.xrdb
Normal file
23
conv/Afterglow.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#151515", // 0
|
||||||
|
"#ac4142", // 1
|
||||||
|
"#7e8e50", // 2
|
||||||
|
"#e5b567", // 3
|
||||||
|
"#6c99bb", // 4
|
||||||
|
"#9f4e85", // 5
|
||||||
|
"#7dd6cf", // 6
|
||||||
|
"#d0d0d0", // 7
|
||||||
|
"#505050", // 8
|
||||||
|
"#ac4142", // 9
|
||||||
|
"#7e8e50", // 10
|
||||||
|
"#e5b567", // 11
|
||||||
|
"#6c99bb", // 12
|
||||||
|
"#9f4e85", // 13
|
||||||
|
"#7dd6cf", // 14
|
||||||
|
"#f5f5f5", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#212121", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
24
conv/AlienBlood.xrdb
Normal file
24
conv/AlienBlood.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#112616", // 0
|
||||||
|
"#7f2b27", // 1
|
||||||
|
"#2f7e25", // 2
|
||||||
|
"#717f24", // 3
|
||||||
|
"#2f6a7f", // 4
|
||||||
|
"#47587f", // 5
|
||||||
|
"#327f77", // 6
|
||||||
|
"#647d75", // 7
|
||||||
|
"#3c4812", // 8
|
||||||
|
"#e08009", // 9
|
||||||
|
"#18e000", // 10
|
||||||
|
"#bde000", // 11
|
||||||
|
"#00aae0", // 12
|
||||||
|
"#0058e0", // 13
|
||||||
|
"#00e0c4", // 14
|
||||||
|
"#73fa91", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#0f1610", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#637d75", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
//static unsigned int defaultcs = 15;
|
||||||
|
},
|
||||||
25
conv/Argonaut.xrdb
Normal file
25
conv/Argonaut.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#232323", // 0
|
||||||
|
"#ff000f", // 1
|
||||||
|
"#8ce10b", // 2
|
||||||
|
"#ffb900", // 3
|
||||||
|
"#008df8", // 4
|
||||||
|
"#6d43a6", // 5
|
||||||
|
"#00d8eb", // 6
|
||||||
|
"#ffffff", // 7
|
||||||
|
"#444444", // 8
|
||||||
|
"#ff2740", // 9
|
||||||
|
"#abe15b", // 10
|
||||||
|
"#ffd242", // 11
|
||||||
|
"#0092ff", // 12
|
||||||
|
"#9a5feb", // 13
|
||||||
|
"#67fff0", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#0e1019", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#fffaf4", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#ff0018" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/Arthur.xrdb
Normal file
25
conv/Arthur.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#3d352a", // 0
|
||||||
|
"#cd5c5c", // 1
|
||||||
|
"#86af80", // 2
|
||||||
|
"#e8ae5b", // 3
|
||||||
|
"#6495ed", // 4
|
||||||
|
"#deb887", // 5
|
||||||
|
"#b0c4de", // 6
|
||||||
|
"#bbaa99", // 7
|
||||||
|
"#554444", // 8
|
||||||
|
"#cc5533", // 9
|
||||||
|
"#88aa22", // 10
|
||||||
|
"#ffa75d", // 11
|
||||||
|
"#87ceeb", // 12
|
||||||
|
"#996600", // 13
|
||||||
|
"#b0c4de", // 14
|
||||||
|
"#ddccbb", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1c1c1c", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#ddeedd", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#e2bbef" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
22
conv/AtelierSulphurpool.xrdb
Normal file
22
conv/AtelierSulphurpool.xrdb
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"#202746", // 0
|
||||||
|
"#c94922", // 1
|
||||||
|
"#ac9739", // 2
|
||||||
|
"#c08b30", // 3
|
||||||
|
"#3d8fd1", // 4
|
||||||
|
"#6679cc", // 5
|
||||||
|
"#22a2c9", // 6
|
||||||
|
"#979db4", // 7
|
||||||
|
"#6b7394", // 8
|
||||||
|
"#c76b29", // 9
|
||||||
|
"#293256", // 10
|
||||||
|
"#5e6687", // 11
|
||||||
|
"#898ea4", // 12
|
||||||
|
"#dfe2f1", // 13
|
||||||
|
"#9c637a", // 14
|
||||||
|
"#f5f7ff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
25
conv/Atom.xrdb
Normal file
25
conv/Atom.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#fd5ff1", // 1
|
||||||
|
"#87c38a", // 2
|
||||||
|
"#ffd7b1", // 3
|
||||||
|
"#85befd", // 4
|
||||||
|
"#b9b6fc", // 5
|
||||||
|
"#85befd", // 6
|
||||||
|
"#e0e0e0", // 7
|
||||||
|
"#000000", // 8
|
||||||
|
"#fd5ff1", // 9
|
||||||
|
"#94fa36", // 10
|
||||||
|
"#f5ffa8", // 11
|
||||||
|
"#96cbfe", // 12
|
||||||
|
"#b9b6fc", // 13
|
||||||
|
"#85befd", // 14
|
||||||
|
"#e0e0e0", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#161719", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#c5c8c6", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#d0d0d0" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/AtomOneLight.xrdb
Normal file
24
conv/AtomOneLight.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#de3e35", // 1
|
||||||
|
"#3f953a", // 2
|
||||||
|
"#d2b67c", // 3
|
||||||
|
"#2f5af3", // 4
|
||||||
|
"#950095", // 5
|
||||||
|
"#3f953a", // 6
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
"#000000", // 8
|
||||||
|
"#de3e35", // 9
|
||||||
|
"#3f953a", // 10
|
||||||
|
"#d2b67c", // 11
|
||||||
|
"#2f5af3", // 12
|
||||||
|
"#a00095", // 13
|
||||||
|
"#3f953a", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#f9f9f9", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#2a2c33", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
24
conv/Batman.xrdb
Normal file
24
conv/Batman.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#1b1d1e", // 0
|
||||||
|
"#e6dc44", // 1
|
||||||
|
"#c8be46", // 2
|
||||||
|
"#f4fd22", // 3
|
||||||
|
"#737174", // 4
|
||||||
|
"#747271", // 5
|
||||||
|
"#62605f", // 6
|
||||||
|
"#c6c5bf", // 7
|
||||||
|
"#505354", // 8
|
||||||
|
"#fff78e", // 9
|
||||||
|
"#fff27d", // 10
|
||||||
|
"#feed6c", // 11
|
||||||
|
"#919495", // 12
|
||||||
|
"#9a9a9d", // 13
|
||||||
|
"#a3a3a6", // 14
|
||||||
|
"#dadbd6", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
"#6f6f6f", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
"#fcef0c" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
24
conv/Belafonte Day.xrdb
Normal file
24
conv/Belafonte Day.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#20111b", // 0
|
||||||
|
"#be100e", // 1
|
||||||
|
"#858162", // 2
|
||||||
|
"#eaa549", // 3
|
||||||
|
"#426a79", // 4
|
||||||
|
"#97522c", // 5
|
||||||
|
"#989a9c", // 6
|
||||||
|
"#968c83", // 7
|
||||||
|
"#5e5252", // 8
|
||||||
|
"#be100e", // 9
|
||||||
|
"#858162", // 10
|
||||||
|
"#eaa549", // 11
|
||||||
|
"#426a79", // 12
|
||||||
|
"#97522c", // 13
|
||||||
|
"#989a9c", // 14
|
||||||
|
"#d5ccba", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 15;
|
||||||
|
"#45373c", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
"#45373c" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
22
conv/Belafonte Night.xrdb
Normal file
22
conv/Belafonte Night.xrdb
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"#20111b", // 0
|
||||||
|
"#be100e", // 1
|
||||||
|
"#858162", // 2
|
||||||
|
"#eaa549", // 3
|
||||||
|
"#426a79", // 4
|
||||||
|
"#97522c", // 5
|
||||||
|
"#989a9c", // 6
|
||||||
|
"#968c83", // 7
|
||||||
|
"#5e5252", // 8
|
||||||
|
"#be100e", // 9
|
||||||
|
"#858162", // 10
|
||||||
|
"#eaa549", // 11
|
||||||
|
"#426a79", // 12
|
||||||
|
"#97522c", // 13
|
||||||
|
"#989a9c", // 14
|
||||||
|
"#d5ccba", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
23
conv/BirdsOfParadise.xrdb
Normal file
23
conv/BirdsOfParadise.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#573d26", // 0
|
||||||
|
"#be2d26", // 1
|
||||||
|
"#6ba18a", // 2
|
||||||
|
"#e99d2a", // 3
|
||||||
|
"#5a86ad", // 4
|
||||||
|
"#ac80a6", // 5
|
||||||
|
"#74a6ad", // 6
|
||||||
|
"#e0dbb7", // 7
|
||||||
|
"#9b6c4a", // 8
|
||||||
|
"#e84627", // 9
|
||||||
|
"#95d8ba", // 10
|
||||||
|
"#d0d150", // 11
|
||||||
|
"#b8d3ed", // 12
|
||||||
|
"#d19ecb", // 13
|
||||||
|
"#93cfd7", // 14
|
||||||
|
"#fff9d5", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#2a1f1d", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
//static unsigned int defaultcs = 0;
|
||||||
|
},
|
||||||
25
conv/Blazer.xrdb
Normal file
25
conv/Blazer.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#b87a7a", // 1
|
||||||
|
"#7ab87a", // 2
|
||||||
|
"#b8b87a", // 3
|
||||||
|
"#7a7ab8", // 4
|
||||||
|
"#b87ab8", // 5
|
||||||
|
"#7ab8b8", // 6
|
||||||
|
"#d9d9d9", // 7
|
||||||
|
"#262626", // 8
|
||||||
|
"#dbbdbd", // 9
|
||||||
|
"#bddbbd", // 10
|
||||||
|
"#dbdbbd", // 11
|
||||||
|
"#bdbddb", // 12
|
||||||
|
"#dbbddb", // 13
|
||||||
|
"#bddbdb", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#0d1926", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#d9e6f2", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#d9e6f2" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/Borland.xrdb
Normal file
25
conv/Borland.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#4f4f4f", // 0
|
||||||
|
"#ff6c60", // 1
|
||||||
|
"#a8ff60", // 2
|
||||||
|
"#ffffb6", // 3
|
||||||
|
"#96cbfe", // 4
|
||||||
|
"#ff73fd", // 5
|
||||||
|
"#c6c5fe", // 6
|
||||||
|
"#eeeeee", // 7
|
||||||
|
"#7c7c7c", // 8
|
||||||
|
"#ffb6b0", // 9
|
||||||
|
"#ceffac", // 10
|
||||||
|
"#ffffcc", // 11
|
||||||
|
"#b5dcff", // 12
|
||||||
|
"#ff9cfe", // 13
|
||||||
|
"#dfdffe", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#0000a4", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#ffff4e", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#ffa560" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Bright Lights.xrdb
Normal file
24
conv/Bright Lights.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#191919", // 0
|
||||||
|
"#ff355b", // 1
|
||||||
|
"#b7e876", // 2
|
||||||
|
"#ffc251", // 3
|
||||||
|
"#76d4ff", // 4
|
||||||
|
"#ba76e7", // 5
|
||||||
|
"#6cbfb5", // 6
|
||||||
|
"#c2c8d7", // 7
|
||||||
|
"#191919", // 8
|
||||||
|
"#ff355b", // 9
|
||||||
|
"#b7e876", // 10
|
||||||
|
"#ffc251", // 11
|
||||||
|
"#76d5ff", // 12
|
||||||
|
"#ba76e7", // 13
|
||||||
|
"#6cbfb5", // 14
|
||||||
|
"#c2c8d7", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 8;
|
||||||
|
"#b3c9d7", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
"#f34b00" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
24
conv/Broadcast.xrdb
Normal file
24
conv/Broadcast.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#da4939", // 1
|
||||||
|
"#519f50", // 2
|
||||||
|
"#ffd24a", // 3
|
||||||
|
"#6d9cbe", // 4
|
||||||
|
"#d0d0ff", // 5
|
||||||
|
"#6e9cbe", // 6
|
||||||
|
"#ffffff", // 7
|
||||||
|
"#323232", // 8
|
||||||
|
"#ff7b6b", // 9
|
||||||
|
"#83d182", // 10
|
||||||
|
"#ffff7c", // 11
|
||||||
|
"#9fcef0", // 12
|
||||||
|
"#ffffff", // 13
|
||||||
|
"#a0cef0", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#2b2b2b", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#e6e1dc", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
24
conv/Brogrammer.xrdb
Normal file
24
conv/Brogrammer.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#1f1f1f", // 0
|
||||||
|
"#f81118", // 1
|
||||||
|
"#2dc55e", // 2
|
||||||
|
"#ecba0f", // 3
|
||||||
|
"#2a84d2", // 4
|
||||||
|
"#4e5ab7", // 5
|
||||||
|
"#1081d6", // 6
|
||||||
|
"#d6dbe5", // 7
|
||||||
|
"#d6dbe5", // 8
|
||||||
|
"#de352e", // 9
|
||||||
|
"#1dd361", // 10
|
||||||
|
"#f3bd09", // 11
|
||||||
|
"#1081d6", // 12
|
||||||
|
"#5350b9", // 13
|
||||||
|
"#0f7ddb", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#131313", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 8;
|
||||||
|
"#b9b9b9" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
24
conv/C64.xrdb
Normal file
24
conv/C64.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#090300", // 0
|
||||||
|
"#883932", // 1
|
||||||
|
"#55a049", // 2
|
||||||
|
"#bfce72", // 3
|
||||||
|
"#40318d", // 4
|
||||||
|
"#8b3f96", // 5
|
||||||
|
"#67b6bd", // 6
|
||||||
|
"#ffffff", // 7
|
||||||
|
"#000000", // 8
|
||||||
|
"#883932", // 9
|
||||||
|
"#55a049", // 10
|
||||||
|
"#bfce72", // 11
|
||||||
|
"#40318d", // 12
|
||||||
|
"#8b3f96", // 13
|
||||||
|
"#67b6bd", // 14
|
||||||
|
"#f7f7f7", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 4;
|
||||||
|
"#7869c4", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
"#7869c4" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/CLRS.xrdb
Normal file
25
conv/CLRS.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#f8282a", // 1
|
||||||
|
"#328a5d", // 2
|
||||||
|
"#fa701d", // 3
|
||||||
|
"#135cd0", // 4
|
||||||
|
"#9f00bd", // 5
|
||||||
|
"#33c3c1", // 6
|
||||||
|
"#b3b3b3", // 7
|
||||||
|
"#555753", // 8
|
||||||
|
"#fb0416", // 9
|
||||||
|
"#2cc631", // 10
|
||||||
|
"#fdd727", // 11
|
||||||
|
"#1670ff", // 12
|
||||||
|
"#e900b0", // 13
|
||||||
|
"#3ad5ce", // 14
|
||||||
|
"#eeeeec", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#ffffff", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#262626", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#6fd3fc" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Chalk.xrdb
Normal file
24
conv/Chalk.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#7d8b8f", // 0
|
||||||
|
"#b23a52", // 1
|
||||||
|
"#789b6a", // 2
|
||||||
|
"#b9ac4a", // 3
|
||||||
|
"#2a7fac", // 4
|
||||||
|
"#bd4f5a", // 5
|
||||||
|
"#44a799", // 6
|
||||||
|
"#d2d8d9", // 7
|
||||||
|
"#888888", // 8
|
||||||
|
"#f24840", // 9
|
||||||
|
"#80c470", // 10
|
||||||
|
"#ffeb62", // 11
|
||||||
|
"#4196ff", // 12
|
||||||
|
"#fc5275", // 13
|
||||||
|
"#53cdbd", // 14
|
||||||
|
"#d2d8d9", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#2b2d2e", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#708284" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/Chalkboard.xrdb
Normal file
25
conv/Chalkboard.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#c37372", // 1
|
||||||
|
"#72c373", // 2
|
||||||
|
"#c2c372", // 3
|
||||||
|
"#7372c3", // 4
|
||||||
|
"#c372c2", // 5
|
||||||
|
"#72c2c3", // 6
|
||||||
|
"#d9d9d9", // 7
|
||||||
|
"#323232", // 8
|
||||||
|
"#dbaaaa", // 9
|
||||||
|
"#aadbaa", // 10
|
||||||
|
"#dadbaa", // 11
|
||||||
|
"#aaaadb", // 12
|
||||||
|
"#dbaada", // 13
|
||||||
|
"#aadadb", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#29262f", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#d9e6f2", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#d9e6f2" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/Ciapre.xrdb
Normal file
25
conv/Ciapre.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#181818", // 0
|
||||||
|
"#810009", // 1
|
||||||
|
"#48513b", // 2
|
||||||
|
"#cc8b3f", // 3
|
||||||
|
"#576d8c", // 4
|
||||||
|
"#724d7c", // 5
|
||||||
|
"#5c4f4b", // 6
|
||||||
|
"#aea47f", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#ac3835", // 9
|
||||||
|
"#a6a75d", // 10
|
||||||
|
"#dcdf7c", // 11
|
||||||
|
"#3097c6", // 12
|
||||||
|
"#d33061", // 13
|
||||||
|
"#f3dbb2", // 14
|
||||||
|
"#f4f4f4", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#191c27", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#aea47a", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#92805b" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Cobalt Neon.xrdb
Normal file
24
conv/Cobalt Neon.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#142631", // 0
|
||||||
|
"#ff2320", // 1
|
||||||
|
"#3ba5ff", // 2
|
||||||
|
"#e9e75c", // 3
|
||||||
|
"#8ff586", // 4
|
||||||
|
"#781aa0", // 5
|
||||||
|
"#8ff586", // 6
|
||||||
|
"#ba46b2", // 7
|
||||||
|
"#fff688", // 8
|
||||||
|
"#d4312e", // 9
|
||||||
|
"#8ff586", // 10
|
||||||
|
"#e9f06d", // 11
|
||||||
|
"#3c7dd2", // 12
|
||||||
|
"#8230a7", // 13
|
||||||
|
"#6cbc67", // 14
|
||||||
|
"#8ff586", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#142838", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 6;
|
||||||
|
"#c4206f" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
24
conv/Cobalt2.xrdb
Normal file
24
conv/Cobalt2.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#ff0000", // 1
|
||||||
|
"#38de21", // 2
|
||||||
|
"#ffe50a", // 3
|
||||||
|
"#1460d2", // 4
|
||||||
|
"#ff005d", // 5
|
||||||
|
"#00bbbb", // 6
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#f40e17", // 9
|
||||||
|
"#3bd01d", // 10
|
||||||
|
"#edc809", // 11
|
||||||
|
"#5555ff", // 12
|
||||||
|
"#ff55ff", // 13
|
||||||
|
"#6ae3fa", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#132738", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 15;
|
||||||
|
"#f0cc09" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
23
conv/CrayonPonyFish.xrdb
Normal file
23
conv/CrayonPonyFish.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#2b1b1d", // 0
|
||||||
|
"#91002b", // 1
|
||||||
|
"#579524", // 2
|
||||||
|
"#ab311b", // 3
|
||||||
|
"#8c87b0", // 4
|
||||||
|
"#692f50", // 5
|
||||||
|
"#e8a866", // 6
|
||||||
|
"#68525a", // 7
|
||||||
|
"#3d2b2e", // 8
|
||||||
|
"#c5255d", // 9
|
||||||
|
"#8dff57", // 10
|
||||||
|
"#c8381d", // 11
|
||||||
|
"#cfc9ff", // 12
|
||||||
|
"#fc6cba", // 13
|
||||||
|
"#ffceaf", // 14
|
||||||
|
"#b0949d", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#150707", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
22
conv/Dark Pastel.xrdb
Normal file
22
conv/Dark Pastel.xrdb
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#ff5555", // 1
|
||||||
|
"#55ff55", // 2
|
||||||
|
"#ffff55", // 3
|
||||||
|
"#5555ff", // 4
|
||||||
|
"#ff55ff", // 5
|
||||||
|
"#55ffff", // 6
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#ff5555", // 9
|
||||||
|
"#55ff55", // 10
|
||||||
|
"#ffff55", // 11
|
||||||
|
"#5555ff", // 12
|
||||||
|
"#ff55ff", // 13
|
||||||
|
"#55ffff", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
//static unsigned int defaultfg = 15;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
24
conv/Darkside.xrdb
Normal file
24
conv/Darkside.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#e8341c", // 1
|
||||||
|
"#68c256", // 2
|
||||||
|
"#f2d42c", // 3
|
||||||
|
"#1c98e8", // 4
|
||||||
|
"#8e69c9", // 5
|
||||||
|
"#1c98e8", // 6
|
||||||
|
"#bababa", // 7
|
||||||
|
"#000000", // 8
|
||||||
|
"#e05a4f", // 9
|
||||||
|
"#77b869", // 10
|
||||||
|
"#efd64b", // 11
|
||||||
|
"#387cd3", // 12
|
||||||
|
"#957bbe", // 13
|
||||||
|
"#3d97e2", // 14
|
||||||
|
"#bababa", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#222324", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#bbbbbb" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
24
conv/Desert.xrdb
Normal file
24
conv/Desert.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#4d4d4d", // 0
|
||||||
|
"#ff2b2b", // 1
|
||||||
|
"#98fb98", // 2
|
||||||
|
"#f0e68c", // 3
|
||||||
|
"#cd853f", // 4
|
||||||
|
"#ffdead", // 5
|
||||||
|
"#ffa0a0", // 6
|
||||||
|
"#f5deb3", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#ff5555", // 9
|
||||||
|
"#55ff55", // 10
|
||||||
|
"#ffff55", // 11
|
||||||
|
"#87ceff", // 12
|
||||||
|
"#ff55ff", // 13
|
||||||
|
"#ffd700", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#333333", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 15;
|
||||||
|
"#00ff00" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
24
conv/DimmedMonokai.xrdb
Normal file
24
conv/DimmedMonokai.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#3a3d43", // 0
|
||||||
|
"#be3f48", // 1
|
||||||
|
"#879a3b", // 2
|
||||||
|
"#c5a635", // 3
|
||||||
|
"#4f76a1", // 4
|
||||||
|
"#855c8d", // 5
|
||||||
|
"#578fa4", // 6
|
||||||
|
"#b9bcba", // 7
|
||||||
|
"#888987", // 8
|
||||||
|
"#fb001f", // 9
|
||||||
|
"#0f722f", // 10
|
||||||
|
"#c47033", // 11
|
||||||
|
"#186de3", // 12
|
||||||
|
"#fb0067", // 13
|
||||||
|
"#2e706d", // 14
|
||||||
|
"#fdffb9", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1f1f1f", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#f83e19" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/DotGov.xrdb
Normal file
25
conv/DotGov.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#191919", // 0
|
||||||
|
"#bf091d", // 1
|
||||||
|
"#3d9751", // 2
|
||||||
|
"#f6bb34", // 3
|
||||||
|
"#17b2e0", // 4
|
||||||
|
"#7830b0", // 5
|
||||||
|
"#8bd2ed", // 6
|
||||||
|
"#ffffff", // 7
|
||||||
|
"#191919", // 8
|
||||||
|
"#bf091d", // 9
|
||||||
|
"#3d9751", // 10
|
||||||
|
"#f6bb34", // 11
|
||||||
|
"#17b2e0", // 12
|
||||||
|
"#7830b0", // 13
|
||||||
|
"#8bd2ed", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#262c35", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#ebebeb", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#d9002f" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Dracula.xrdb
Normal file
24
conv/Dracula.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#ff5555", // 1
|
||||||
|
"#50fa7b", // 2
|
||||||
|
"#f1fa8c", // 3
|
||||||
|
"#bd93f9", // 4
|
||||||
|
"#ff79c6", // 5
|
||||||
|
"#8be9fd", // 6
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#ff5555", // 9
|
||||||
|
"#50fa7b", // 10
|
||||||
|
"#f1fa8c", // 11
|
||||||
|
"#bd93f9", // 12
|
||||||
|
"#ff79c6", // 13
|
||||||
|
"#8be9fd", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1e1f29", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#f8f8f2", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
23
conv/Duotone Dark.xrdb
Normal file
23
conv/Duotone Dark.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#1f1d27", // 0
|
||||||
|
"#d9393e", // 1
|
||||||
|
"#2dcd73", // 2
|
||||||
|
"#d9b76e", // 3
|
||||||
|
"#ffc284", // 4
|
||||||
|
"#de8d40", // 5
|
||||||
|
"#2488ff", // 6
|
||||||
|
"#b7a1ff", // 7
|
||||||
|
"#353147", // 8
|
||||||
|
"#d9393e", // 9
|
||||||
|
"#2dcd73", // 10
|
||||||
|
"#d9b76e", // 11
|
||||||
|
"#ffc284", // 12
|
||||||
|
"#de8d40", // 13
|
||||||
|
"#2488ff", // 14
|
||||||
|
"#eae5ff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#ff9839" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 256;
|
||||||
|
},
|
||||||
23
conv/ENCOM.xrdb
Normal file
23
conv/ENCOM.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#9f0000", // 1
|
||||||
|
"#008b00", // 2
|
||||||
|
"#ffd000", // 3
|
||||||
|
"#0081ff", // 4
|
||||||
|
"#bc00ca", // 5
|
||||||
|
"#008b8b", // 6
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#ff0000", // 9
|
||||||
|
"#00ee00", // 10
|
||||||
|
"#ffff00", // 11
|
||||||
|
"#0000ff", // 12
|
||||||
|
"#ff00ff", // 13
|
||||||
|
"#00cdcd", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
"#00a595", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
24
conv/Earthsong.xrdb
Normal file
24
conv/Earthsong.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#121418", // 0
|
||||||
|
"#c94234", // 1
|
||||||
|
"#85c54c", // 2
|
||||||
|
"#f5ae2e", // 3
|
||||||
|
"#1398b9", // 4
|
||||||
|
"#d0633d", // 5
|
||||||
|
"#509552", // 6
|
||||||
|
"#e5c6aa", // 7
|
||||||
|
"#675f54", // 8
|
||||||
|
"#ff645a", // 9
|
||||||
|
"#98e036", // 10
|
||||||
|
"#e0d561", // 11
|
||||||
|
"#5fdaff", // 12
|
||||||
|
"#ff9269", // 13
|
||||||
|
"#84f088", // 14
|
||||||
|
"#f6f7ec", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#292520", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#e5c7a9", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
//static unsigned int defaultcs = 15;
|
||||||
|
},
|
||||||
25
conv/Elemental.xrdb
Normal file
25
conv/Elemental.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#3c3c30", // 0
|
||||||
|
"#98290f", // 1
|
||||||
|
"#479a43", // 2
|
||||||
|
"#7f7111", // 3
|
||||||
|
"#497f7d", // 4
|
||||||
|
"#7f4e2f", // 5
|
||||||
|
"#387f58", // 6
|
||||||
|
"#807974", // 7
|
||||||
|
"#555445", // 8
|
||||||
|
"#e0502a", // 9
|
||||||
|
"#61e070", // 10
|
||||||
|
"#d69927", // 11
|
||||||
|
"#79d9d9", // 12
|
||||||
|
"#cd7c54", // 13
|
||||||
|
"#59d599", // 14
|
||||||
|
"#fff1e9", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#22211d", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#807a74", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#facb80" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Elementary.xrdb
Normal file
24
conv/Elementary.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#242424", // 0
|
||||||
|
"#d71c15", // 1
|
||||||
|
"#5aa513", // 2
|
||||||
|
"#fdb40c", // 3
|
||||||
|
"#063b8c", // 4
|
||||||
|
"#e40038", // 5
|
||||||
|
"#2595e1", // 6
|
||||||
|
"#efefef", // 7
|
||||||
|
"#4b4b4b", // 8
|
||||||
|
"#fc1c18", // 9
|
||||||
|
"#6bc219", // 10
|
||||||
|
"#fec80e", // 11
|
||||||
|
"#0955ff", // 12
|
||||||
|
"#fb0050", // 13
|
||||||
|
"#3ea8fc", // 14
|
||||||
|
"#8c00ec", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#181818", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#bbbbbb" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/Espresso Libre.xrdb
Normal file
25
conv/Espresso Libre.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#cc0000", // 1
|
||||||
|
"#1a921c", // 2
|
||||||
|
"#f0e53a", // 3
|
||||||
|
"#0066ff", // 4
|
||||||
|
"#c5656b", // 5
|
||||||
|
"#06989a", // 6
|
||||||
|
"#d3d7cf", // 7
|
||||||
|
"#555753", // 8
|
||||||
|
"#ef2929", // 9
|
||||||
|
"#9aff87", // 10
|
||||||
|
"#fffb5c", // 11
|
||||||
|
"#43a8ed", // 12
|
||||||
|
"#ff818a", // 13
|
||||||
|
"#34e2e2", // 14
|
||||||
|
"#eeeeec", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#2a211c", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#b8a898", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#ffffff" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Espresso.xrdb
Normal file
24
conv/Espresso.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#353535", // 0
|
||||||
|
"#d25252", // 1
|
||||||
|
"#a5c261", // 2
|
||||||
|
"#ffc66d", // 3
|
||||||
|
"#6c99bb", // 4
|
||||||
|
"#d197d9", // 5
|
||||||
|
"#bed6ff", // 6
|
||||||
|
"#eeeeec", // 7
|
||||||
|
"#535353", // 8
|
||||||
|
"#f00c0c", // 9
|
||||||
|
"#c2e075", // 10
|
||||||
|
"#e1e48b", // 11
|
||||||
|
"#8ab7d9", // 12
|
||||||
|
"#efb5f7", // 13
|
||||||
|
"#dcf4ff", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#323232", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 15;
|
||||||
|
"#d6d6d6" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
23
conv/Fideloper.xrdb
Normal file
23
conv/Fideloper.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#292f33", // 0
|
||||||
|
"#cb1e2d", // 1
|
||||||
|
"#edb8ac", // 2
|
||||||
|
"#b7ab9b", // 3
|
||||||
|
"#2e78c2", // 4
|
||||||
|
"#c0236f", // 5
|
||||||
|
"#309186", // 6
|
||||||
|
"#eae3ce", // 7
|
||||||
|
"#092028", // 8
|
||||||
|
"#d4605a", // 9
|
||||||
|
"#d4605a", // 10
|
||||||
|
"#a86671", // 11
|
||||||
|
"#7c85c4", // 12
|
||||||
|
"#5c5db2", // 13
|
||||||
|
"#819090", // 14
|
||||||
|
"#fcf4df", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
"#dbdae0", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
//static unsigned int defaultcs = 9;
|
||||||
|
},
|
||||||
25
conv/FirefoxDev.xrdb
Normal file
25
conv/FirefoxDev.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#002831", // 0
|
||||||
|
"#e63853", // 1
|
||||||
|
"#5eb83c", // 2
|
||||||
|
"#a57706", // 3
|
||||||
|
"#359ddf", // 4
|
||||||
|
"#d75cff", // 5
|
||||||
|
"#4b73a2", // 6
|
||||||
|
"#dcdcdc", // 7
|
||||||
|
"#001e27", // 8
|
||||||
|
"#e1003f", // 9
|
||||||
|
"#1d9000", // 10
|
||||||
|
"#cd9409", // 11
|
||||||
|
"#006fc0", // 12
|
||||||
|
"#a200da", // 13
|
||||||
|
"#005794", // 14
|
||||||
|
"#e2e2e2", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#0e1011", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#7c8fa4", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#708284" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/Firewatch.xrdb
Normal file
25
conv/Firewatch.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#585f6d", // 0
|
||||||
|
"#d95360", // 1
|
||||||
|
"#5ab977", // 2
|
||||||
|
"#dfb563", // 3
|
||||||
|
"#4d89c4", // 4
|
||||||
|
"#d55119", // 5
|
||||||
|
"#44a8b6", // 6
|
||||||
|
"#e6e5ff", // 7
|
||||||
|
"#585f6d", // 8
|
||||||
|
"#d95360", // 9
|
||||||
|
"#5ab977", // 10
|
||||||
|
"#dfb563", // 11
|
||||||
|
"#4c89c5", // 12
|
||||||
|
"#d55119", // 13
|
||||||
|
"#44a8b6", // 14
|
||||||
|
"#e6e5ff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1e2027", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#9ba2b2", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#f6f7ec" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/FishTank.xrdb
Normal file
24
conv/FishTank.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#03073c", // 0
|
||||||
|
"#c6004a", // 1
|
||||||
|
"#acf157", // 2
|
||||||
|
"#fecd5e", // 3
|
||||||
|
"#525fb8", // 4
|
||||||
|
"#986f82", // 5
|
||||||
|
"#968763", // 6
|
||||||
|
"#ecf0fc", // 7
|
||||||
|
"#6c5b30", // 8
|
||||||
|
"#da4b8a", // 9
|
||||||
|
"#dbffa9", // 10
|
||||||
|
"#fee6a9", // 11
|
||||||
|
"#b2befa", // 12
|
||||||
|
"#fda5cd", // 13
|
||||||
|
"#a5bd86", // 14
|
||||||
|
"#f6ffec", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#232537", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#ecf0fe", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
//static unsigned int defaultcs = 3;
|
||||||
|
},
|
||||||
24
conv/Flat.xrdb
Normal file
24
conv/Flat.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#222d3f", // 0
|
||||||
|
"#a82320", // 1
|
||||||
|
"#32a548", // 2
|
||||||
|
"#e58d11", // 3
|
||||||
|
"#3167ac", // 4
|
||||||
|
"#781aa0", // 5
|
||||||
|
"#2c9370", // 6
|
||||||
|
"#b0b6ba", // 7
|
||||||
|
"#212c3c", // 8
|
||||||
|
"#d4312e", // 9
|
||||||
|
"#2d9440", // 10
|
||||||
|
"#e5be0c", // 11
|
||||||
|
"#3c7dd2", // 12
|
||||||
|
"#8230a7", // 13
|
||||||
|
"#35b387", // 14
|
||||||
|
"#e7eced", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#002240", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#2cc55d", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
//static unsigned int defaultcs = 11;
|
||||||
|
},
|
||||||
25
conv/Flatland.xrdb
Normal file
25
conv/Flatland.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#1d1d19", // 0
|
||||||
|
"#f18339", // 1
|
||||||
|
"#9fd364", // 2
|
||||||
|
"#f4ef6d", // 3
|
||||||
|
"#5096be", // 4
|
||||||
|
"#695abc", // 5
|
||||||
|
"#d63865", // 6
|
||||||
|
"#ffffff", // 7
|
||||||
|
"#1d1d19", // 8
|
||||||
|
"#d22a24", // 9
|
||||||
|
"#a7d42c", // 10
|
||||||
|
"#ff8949", // 11
|
||||||
|
"#61b9d0", // 12
|
||||||
|
"#695abc", // 13
|
||||||
|
"#d63865", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1d1f21", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#b8dbef", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#708284" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/Floraverse.xrdb
Normal file
25
conv/Floraverse.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#08002e", // 0
|
||||||
|
"#64002c", // 1
|
||||||
|
"#5d731a", // 2
|
||||||
|
"#cd751c", // 3
|
||||||
|
"#1d6da1", // 4
|
||||||
|
"#b7077e", // 5
|
||||||
|
"#42a38c", // 6
|
||||||
|
"#f3e0b8", // 7
|
||||||
|
"#331e4d", // 8
|
||||||
|
"#d02063", // 9
|
||||||
|
"#b4ce59", // 10
|
||||||
|
"#fac357", // 11
|
||||||
|
"#40a4cf", // 12
|
||||||
|
"#f12aae", // 13
|
||||||
|
"#62caa8", // 14
|
||||||
|
"#fff5db", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#0e0d15", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#dbd1b9", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#bbbbbb" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/ForestBlue.xrdb
Normal file
24
conv/ForestBlue.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#333333", // 0
|
||||||
|
"#f8818e", // 1
|
||||||
|
"#92d3a2", // 2
|
||||||
|
"#1a8e63", // 3
|
||||||
|
"#8ed0ce", // 4
|
||||||
|
"#5e468c", // 5
|
||||||
|
"#31658c", // 6
|
||||||
|
"#e2d8cd", // 7
|
||||||
|
"#3d3d3d", // 8
|
||||||
|
"#fb3d66", // 9
|
||||||
|
"#6bb48d", // 10
|
||||||
|
"#30c85a", // 11
|
||||||
|
"#39a7a2", // 12
|
||||||
|
"#7e62b3", // 13
|
||||||
|
"#6096bf", // 14
|
||||||
|
"#e2d8cd", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#051519", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#9e9ecb" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
24
conv/FrontEndDelight.xrdb
Normal file
24
conv/FrontEndDelight.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#242526", // 0
|
||||||
|
"#f8511b", // 1
|
||||||
|
"#565747", // 2
|
||||||
|
"#fa771d", // 3
|
||||||
|
"#2c70b7", // 4
|
||||||
|
"#f02e4f", // 5
|
||||||
|
"#3ca1a6", // 6
|
||||||
|
"#adadad", // 7
|
||||||
|
"#5fac6d", // 8
|
||||||
|
"#f74319", // 9
|
||||||
|
"#74ec4c", // 10
|
||||||
|
"#fdc325", // 11
|
||||||
|
"#3393ca", // 12
|
||||||
|
"#e75e4f", // 13
|
||||||
|
"#4fbce6", // 14
|
||||||
|
"#8c735b", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1b1c1d", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#cdcdcd" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/FunForrest.xrdb
Normal file
25
conv/FunForrest.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#d6262b", // 1
|
||||||
|
"#919c00", // 2
|
||||||
|
"#be8a13", // 3
|
||||||
|
"#4699a3", // 4
|
||||||
|
"#8d4331", // 5
|
||||||
|
"#da8213", // 6
|
||||||
|
"#ddc265", // 7
|
||||||
|
"#7f6a55", // 8
|
||||||
|
"#e55a1c", // 9
|
||||||
|
"#bfc65a", // 10
|
||||||
|
"#ffcb1b", // 11
|
||||||
|
"#7cc9cf", // 12
|
||||||
|
"#d26349", // 13
|
||||||
|
"#e6a96b", // 14
|
||||||
|
"#ffeaa3", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#251200", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#dec165", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#e5591c" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
23
conv/Galaxy.xrdb
Normal file
23
conv/Galaxy.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#f9555f", // 1
|
||||||
|
"#21b089", // 2
|
||||||
|
"#fef02a", // 3
|
||||||
|
"#589df6", // 4
|
||||||
|
"#944d95", // 5
|
||||||
|
"#1f9ee7", // 6
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#fa8c8f", // 9
|
||||||
|
"#35bb9a", // 10
|
||||||
|
"#ffff55", // 11
|
||||||
|
"#589df6", // 12
|
||||||
|
"#e75699", // 13
|
||||||
|
"#3979bc", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1d2837", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 15;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
24
conv/Github.xrdb
Normal file
24
conv/Github.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#3e3e3e", // 0
|
||||||
|
"#970b16", // 1
|
||||||
|
"#07962a", // 2
|
||||||
|
"#f8eec7", // 3
|
||||||
|
"#003e8a", // 4
|
||||||
|
"#e94691", // 5
|
||||||
|
"#89d1ec", // 6
|
||||||
|
"#ffffff", // 7
|
||||||
|
"#666666", // 8
|
||||||
|
"#de0000", // 9
|
||||||
|
"#87d5a2", // 10
|
||||||
|
"#f1d007", // 11
|
||||||
|
"#2e6cba", // 12
|
||||||
|
"#ffa29f", // 13
|
||||||
|
"#1cfafe", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#f4f4f4", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 0;
|
||||||
|
"#3f3f3f" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
24
conv/Glacier.xrdb
Normal file
24
conv/Glacier.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#2e343c", // 0
|
||||||
|
"#bd0f2f", // 1
|
||||||
|
"#35a770", // 2
|
||||||
|
"#fb9435", // 3
|
||||||
|
"#1f5872", // 4
|
||||||
|
"#bd2523", // 5
|
||||||
|
"#778397", // 6
|
||||||
|
"#ffffff", // 7
|
||||||
|
"#404a55", // 8
|
||||||
|
"#bd0f2f", // 9
|
||||||
|
"#49e998", // 10
|
||||||
|
"#fddf6e", // 11
|
||||||
|
"#2a8bc1", // 12
|
||||||
|
"#ea4727", // 13
|
||||||
|
"#a0b6d3", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#0c1115", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#6c6c6c" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
24
conv/Grape.xrdb
Normal file
24
conv/Grape.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#2d283f", // 0
|
||||||
|
"#ed2261", // 1
|
||||||
|
"#1fa91b", // 2
|
||||||
|
"#8ddc20", // 3
|
||||||
|
"#487df4", // 4
|
||||||
|
"#8d35c9", // 5
|
||||||
|
"#3bdeed", // 6
|
||||||
|
"#9e9ea0", // 7
|
||||||
|
"#59516a", // 8
|
||||||
|
"#f0729a", // 9
|
||||||
|
"#53aa5e", // 10
|
||||||
|
"#b2dc87", // 11
|
||||||
|
"#a9bcec", // 12
|
||||||
|
"#ad81c2", // 13
|
||||||
|
"#9de3eb", // 14
|
||||||
|
"#a288f7", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#171423", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#9f9fa1", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
//static unsigned int defaultcs = 15;
|
||||||
|
},
|
||||||
25
conv/Grass.xrdb
Normal file
25
conv/Grass.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#bb0000", // 1
|
||||||
|
"#00bb00", // 2
|
||||||
|
"#e7b000", // 3
|
||||||
|
"#0000a3", // 4
|
||||||
|
"#950062", // 5
|
||||||
|
"#00bbbb", // 6
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#bb0000", // 9
|
||||||
|
"#00bb00", // 10
|
||||||
|
"#e7b000", // 11
|
||||||
|
"#0000bb", // 12
|
||||||
|
"#ff55ff", // 13
|
||||||
|
"#55ffff", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#13773d", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#fff0a5", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#8c2800" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Gruvbox Dark.xrdb
Normal file
24
conv/Gruvbox Dark.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#161819", // 0
|
||||||
|
"#f73028", // 1
|
||||||
|
"#aab01e", // 2
|
||||||
|
"#f7b125", // 3
|
||||||
|
"#719586", // 4
|
||||||
|
"#c77089", // 5
|
||||||
|
"#7db669", // 6
|
||||||
|
"#faefbb", // 7
|
||||||
|
"#7f7061", // 8
|
||||||
|
"#be0f17", // 9
|
||||||
|
"#868715", // 10
|
||||||
|
"#cc881a", // 11
|
||||||
|
"#377375", // 12
|
||||||
|
"#a04b73", // 13
|
||||||
|
"#578e57", // 14
|
||||||
|
"#e6d4a3", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1e1e1e", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 15;
|
||||||
|
"#bbbbbb" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/Hardcore.xrdb
Normal file
25
conv/Hardcore.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#1b1d1e", // 0
|
||||||
|
"#f92672", // 1
|
||||||
|
"#a6e22e", // 2
|
||||||
|
"#fd971f", // 3
|
||||||
|
"#66d9ef", // 4
|
||||||
|
"#9e6ffe", // 5
|
||||||
|
"#5e7175", // 6
|
||||||
|
"#ccccc6", // 7
|
||||||
|
"#505354", // 8
|
||||||
|
"#ff669d", // 9
|
||||||
|
"#beed5f", // 10
|
||||||
|
"#e6db74", // 11
|
||||||
|
"#66d9ef", // 12
|
||||||
|
"#9e6ffe", // 13
|
||||||
|
"#a3babf", // 14
|
||||||
|
"#f8f8f2", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#121212", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#a0a0a0", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#bbbbbb" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
22
conv/Harper.xrdb
Normal file
22
conv/Harper.xrdb
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"#010101", // 0
|
||||||
|
"#f8b63f", // 1
|
||||||
|
"#7fb5e1", // 2
|
||||||
|
"#d6da25", // 3
|
||||||
|
"#489e48", // 4
|
||||||
|
"#b296c6", // 5
|
||||||
|
"#f5bfd7", // 6
|
||||||
|
"#a8a49d", // 7
|
||||||
|
"#726e6a", // 8
|
||||||
|
"#f8b63f", // 9
|
||||||
|
"#7fb5e1", // 10
|
||||||
|
"#d6da25", // 11
|
||||||
|
"#489e48", // 12
|
||||||
|
"#b296c6", // 13
|
||||||
|
"#f5bfd7", // 14
|
||||||
|
"#fefbea", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
24
conv/Highway.xrdb
Normal file
24
conv/Highway.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#d00e18", // 1
|
||||||
|
"#138034", // 2
|
||||||
|
"#ffcb3e", // 3
|
||||||
|
"#006bb3", // 4
|
||||||
|
"#6b2775", // 5
|
||||||
|
"#384564", // 6
|
||||||
|
"#ededed", // 7
|
||||||
|
"#5d504a", // 8
|
||||||
|
"#f07e18", // 9
|
||||||
|
"#b1d130", // 10
|
||||||
|
"#fff120", // 11
|
||||||
|
"#4fc2fd", // 12
|
||||||
|
"#de0071", // 13
|
||||||
|
"#5d504a", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#222225", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#e0d9b9" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/Hipster Green.xrdb
Normal file
25
conv/Hipster Green.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#b6214a", // 1
|
||||||
|
"#00a600", // 2
|
||||||
|
"#bfbf00", // 3
|
||||||
|
"#246eb2", // 4
|
||||||
|
"#b200b2", // 5
|
||||||
|
"#00a6b2", // 6
|
||||||
|
"#bfbfbf", // 7
|
||||||
|
"#666666", // 8
|
||||||
|
"#e50000", // 9
|
||||||
|
"#86a93e", // 10
|
||||||
|
"#e5e500", // 11
|
||||||
|
"#0000ff", // 12
|
||||||
|
"#e500e5", // 13
|
||||||
|
"#00e5e5", // 14
|
||||||
|
"#e5e5e5", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#100b05", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#84c138", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#23ff18" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Homebrew.xrdb
Normal file
24
conv/Homebrew.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#990000", // 1
|
||||||
|
"#00a600", // 2
|
||||||
|
"#999900", // 3
|
||||||
|
"#0000b2", // 4
|
||||||
|
"#b200b2", // 5
|
||||||
|
"#00a6b2", // 6
|
||||||
|
"#bfbfbf", // 7
|
||||||
|
"#666666", // 8
|
||||||
|
"#e50000", // 9
|
||||||
|
"#00d900", // 10
|
||||||
|
"#e5e500", // 11
|
||||||
|
"#0000ff", // 12
|
||||||
|
"#e500e5", // 13
|
||||||
|
"#00e5e5", // 14
|
||||||
|
"#e5e5e5", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
"#00ff00", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
"#23ff18" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
24
conv/Hurtado.xrdb
Normal file
24
conv/Hurtado.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#575757", // 0
|
||||||
|
"#ff1b00", // 1
|
||||||
|
"#a5e055", // 2
|
||||||
|
"#fbe74a", // 3
|
||||||
|
"#496487", // 4
|
||||||
|
"#fd5ff1", // 5
|
||||||
|
"#86e9fe", // 6
|
||||||
|
"#cbcccb", // 7
|
||||||
|
"#262626", // 8
|
||||||
|
"#d51d00", // 9
|
||||||
|
"#a5df55", // 10
|
||||||
|
"#fbe84a", // 11
|
||||||
|
"#89beff", // 12
|
||||||
|
"#c001c1", // 13
|
||||||
|
"#86eafe", // 14
|
||||||
|
"#dbdbdb", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#000000", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 15;
|
||||||
|
"#bbbbbb" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/Hybrid.xrdb
Normal file
25
conv/Hybrid.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#2a2e33", // 0
|
||||||
|
"#b84d51", // 1
|
||||||
|
"#b3bf5a", // 2
|
||||||
|
"#e4b55e", // 3
|
||||||
|
"#6e90b0", // 4
|
||||||
|
"#a17eac", // 5
|
||||||
|
"#7fbfb4", // 6
|
||||||
|
"#b5b9b6", // 7
|
||||||
|
"#1d1f22", // 8
|
||||||
|
"#8d2e32", // 9
|
||||||
|
"#798431", // 10
|
||||||
|
"#e58a50", // 11
|
||||||
|
"#4b6b88", // 12
|
||||||
|
"#6e5079", // 13
|
||||||
|
"#4d7b74", // 14
|
||||||
|
"#5a626a", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#161719", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#b7bcba", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#b7bcba" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/IC_Green_PPL.xrdb
Normal file
25
conv/IC_Green_PPL.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#1f1f1f", // 0
|
||||||
|
"#fb002a", // 1
|
||||||
|
"#339c24", // 2
|
||||||
|
"#659b25", // 3
|
||||||
|
"#149b45", // 4
|
||||||
|
"#53b82c", // 5
|
||||||
|
"#2cb868", // 6
|
||||||
|
"#e0ffef", // 7
|
||||||
|
"#032710", // 8
|
||||||
|
"#a7ff3f", // 9
|
||||||
|
"#9fff6d", // 10
|
||||||
|
"#d2ff6d", // 11
|
||||||
|
"#72ffb5", // 12
|
||||||
|
"#50ff3e", // 13
|
||||||
|
"#22ff71", // 14
|
||||||
|
"#daefd0", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#3a3d3f", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#d9efd3", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#42ff58" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/IC_Orange_PPL.xrdb
Normal file
25
conv/IC_Orange_PPL.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#c13900", // 1
|
||||||
|
"#a4a900", // 2
|
||||||
|
"#caaf00", // 3
|
||||||
|
"#bd6d00", // 4
|
||||||
|
"#fc5e00", // 5
|
||||||
|
"#f79500", // 6
|
||||||
|
"#ffc88a", // 7
|
||||||
|
"#6a4f2a", // 8
|
||||||
|
"#ff8c68", // 9
|
||||||
|
"#f6ff40", // 10
|
||||||
|
"#ffe36e", // 11
|
||||||
|
"#ffbe55", // 12
|
||||||
|
"#fc874f", // 13
|
||||||
|
"#c69752", // 14
|
||||||
|
"#fafaff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#262626", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#ffcb83", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#fc531d" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/IR_Black.xrdb
Normal file
25
conv/IR_Black.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#4f4f4f", // 0
|
||||||
|
"#fa6c60", // 1
|
||||||
|
"#a8ff60", // 2
|
||||||
|
"#fffeb7", // 3
|
||||||
|
"#96cafe", // 4
|
||||||
|
"#fa73fd", // 5
|
||||||
|
"#c6c5fe", // 6
|
||||||
|
"#efedef", // 7
|
||||||
|
"#7b7b7b", // 8
|
||||||
|
"#fcb6b0", // 9
|
||||||
|
"#cfffab", // 10
|
||||||
|
"#ffffcc", // 11
|
||||||
|
"#b5dcff", // 12
|
||||||
|
"#fb9cfe", // 13
|
||||||
|
"#e0e0fe", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#000000", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#f1f1f1", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#808080" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Jackie Brown.xrdb
Normal file
24
conv/Jackie Brown.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#2c1d16", // 0
|
||||||
|
"#ef5734", // 1
|
||||||
|
"#2baf2b", // 2
|
||||||
|
"#bebf00", // 3
|
||||||
|
"#246eb2", // 4
|
||||||
|
"#d05ec1", // 5
|
||||||
|
"#00acee", // 6
|
||||||
|
"#bfbfbf", // 7
|
||||||
|
"#666666", // 8
|
||||||
|
"#e50000", // 9
|
||||||
|
"#86a93e", // 10
|
||||||
|
"#e5e500", // 11
|
||||||
|
"#0000ff", // 12
|
||||||
|
"#e500e5", // 13
|
||||||
|
"#00e5e5", // 14
|
||||||
|
"#e5e5e5", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
"#ffcc2f", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
"#23ff18" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/Japanesque.xrdb
Normal file
25
conv/Japanesque.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#343935", // 0
|
||||||
|
"#cf3f61", // 1
|
||||||
|
"#7bb75b", // 2
|
||||||
|
"#e9b32a", // 3
|
||||||
|
"#4c9ad4", // 4
|
||||||
|
"#a57fc4", // 5
|
||||||
|
"#389aad", // 6
|
||||||
|
"#fafaf6", // 7
|
||||||
|
"#595b59", // 8
|
||||||
|
"#d18fa6", // 9
|
||||||
|
"#767f2c", // 10
|
||||||
|
"#78592f", // 11
|
||||||
|
"#135979", // 12
|
||||||
|
"#604291", // 13
|
||||||
|
"#76bbca", // 14
|
||||||
|
"#b2b5ae", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1e1e1e", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#f7f6ec", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#edcf4f" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Jellybeans.xrdb
Normal file
24
conv/Jellybeans.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#929292", // 0
|
||||||
|
"#e27373", // 1
|
||||||
|
"#94b979", // 2
|
||||||
|
"#ffba7b", // 3
|
||||||
|
"#97bedc", // 4
|
||||||
|
"#e1c0fa", // 5
|
||||||
|
"#00988e", // 6
|
||||||
|
"#dedede", // 7
|
||||||
|
"#bdbdbd", // 8
|
||||||
|
"#ffa1a1", // 9
|
||||||
|
"#bddeab", // 10
|
||||||
|
"#ffdca0", // 11
|
||||||
|
"#b1d8f6", // 12
|
||||||
|
"#fbdaff", // 13
|
||||||
|
"#1ab2a8", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#121212", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#ffa560" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
24
conv/JetBrains Darcula.xrdb
Normal file
24
conv/JetBrains Darcula.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#fa5355", // 1
|
||||||
|
"#126e00", // 2
|
||||||
|
"#c2c300", // 3
|
||||||
|
"#4581eb", // 4
|
||||||
|
"#fa54ff", // 5
|
||||||
|
"#33c2c1", // 6
|
||||||
|
"#adadad", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#fb7172", // 9
|
||||||
|
"#67ff4f", // 10
|
||||||
|
"#ffff00", // 11
|
||||||
|
"#6d9df1", // 12
|
||||||
|
"#fb82ff", // 13
|
||||||
|
"#60d3d1", // 14
|
||||||
|
"#eeeeee", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#202020", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#ffffff" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/Kibble.xrdb
Normal file
25
conv/Kibble.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#4d4d4d", // 0
|
||||||
|
"#c70031", // 1
|
||||||
|
"#29cf13", // 2
|
||||||
|
"#d8e30e", // 3
|
||||||
|
"#3449d1", // 4
|
||||||
|
"#8400ff", // 5
|
||||||
|
"#0798ab", // 6
|
||||||
|
"#e2d1e3", // 7
|
||||||
|
"#5a5a5a", // 8
|
||||||
|
"#f01578", // 9
|
||||||
|
"#6ce05c", // 10
|
||||||
|
"#f3f79e", // 11
|
||||||
|
"#97a4f7", // 12
|
||||||
|
"#c495f0", // 13
|
||||||
|
"#68f2e0", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#0e100a", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#f7f7f7", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#9fda9c" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/Later This Evening.xrdb
Normal file
25
conv/Later This Evening.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#2b2b2b", // 0
|
||||||
|
"#d45a60", // 1
|
||||||
|
"#afba67", // 2
|
||||||
|
"#e5d289", // 3
|
||||||
|
"#a0bad6", // 4
|
||||||
|
"#c092d6", // 5
|
||||||
|
"#91bfb7", // 6
|
||||||
|
"#3c3d3d", // 7
|
||||||
|
"#454747", // 8
|
||||||
|
"#d3232f", // 9
|
||||||
|
"#aabb39", // 10
|
||||||
|
"#e5be39", // 11
|
||||||
|
"#6699d6", // 12
|
||||||
|
"#ab53d6", // 13
|
||||||
|
"#5fc0ae", // 14
|
||||||
|
"#c1c2c2", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#222222", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#959595", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#424242" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
23
conv/Lavandula.xrdb
Normal file
23
conv/Lavandula.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#230046", // 0
|
||||||
|
"#7d1625", // 1
|
||||||
|
"#337e6f", // 2
|
||||||
|
"#7f6f49", // 3
|
||||||
|
"#4f4a7f", // 4
|
||||||
|
"#5a3f7f", // 5
|
||||||
|
"#58777f", // 6
|
||||||
|
"#736e7d", // 7
|
||||||
|
"#372d46", // 8
|
||||||
|
"#e05167", // 9
|
||||||
|
"#52e0c4", // 10
|
||||||
|
"#e0c386", // 11
|
||||||
|
"#8e87e0", // 12
|
||||||
|
"#a776e0", // 13
|
||||||
|
"#9ad4e0", // 14
|
||||||
|
"#8c91fa", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#050014", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
//static unsigned int defaultcs = 15;
|
||||||
|
},
|
||||||
25
conv/LiquidCarbon.xrdb
Normal file
25
conv/LiquidCarbon.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#ff3030", // 1
|
||||||
|
"#559a70", // 2
|
||||||
|
"#ccac00", // 3
|
||||||
|
"#0099cc", // 4
|
||||||
|
"#cc69c8", // 5
|
||||||
|
"#7ac4cc", // 6
|
||||||
|
"#bccccc", // 7
|
||||||
|
"#000000", // 8
|
||||||
|
"#ff3030", // 9
|
||||||
|
"#559a70", // 10
|
||||||
|
"#ccac00", // 11
|
||||||
|
"#0099cc", // 12
|
||||||
|
"#cc69c8", // 13
|
||||||
|
"#7ac4cc", // 14
|
||||||
|
"#bccccc", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#303030", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#afc2c2", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#ffffff" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/LiquidCarbonTransparent.xrdb
Normal file
24
conv/LiquidCarbonTransparent.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#ff3030", // 1
|
||||||
|
"#559a70", // 2
|
||||||
|
"#ccac00", // 3
|
||||||
|
"#0099cc", // 4
|
||||||
|
"#cc69c8", // 5
|
||||||
|
"#7ac4cc", // 6
|
||||||
|
"#bccccc", // 7
|
||||||
|
"#000000", // 8
|
||||||
|
"#ff3030", // 9
|
||||||
|
"#559a70", // 10
|
||||||
|
"#ccac00", // 11
|
||||||
|
"#0099cc", // 12
|
||||||
|
"#cc69c8", // 13
|
||||||
|
"#7ac4cc", // 14
|
||||||
|
"#bccccc", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 8;
|
||||||
|
"#afc2c2", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
"#ffffff" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
23
conv/LiquidCarbonTransparentInverse.xrdb
Normal file
23
conv/LiquidCarbonTransparentInverse.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#bccccd", // 0
|
||||||
|
"#ff3030", // 1
|
||||||
|
"#559a70", // 2
|
||||||
|
"#ccac00", // 3
|
||||||
|
"#0099cc", // 4
|
||||||
|
"#cc69c8", // 5
|
||||||
|
"#7ac4cc", // 6
|
||||||
|
"#000000", // 7
|
||||||
|
"#ffffff", // 8
|
||||||
|
"#ff3030", // 9
|
||||||
|
"#559a70", // 10
|
||||||
|
"#ccac00", // 11
|
||||||
|
"#0099cc", // 12
|
||||||
|
"#cc69c8", // 13
|
||||||
|
"#7ac4cc", // 14
|
||||||
|
"#000000", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 7;
|
||||||
|
"#afc2c2", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
//static unsigned int defaultcs = 8;
|
||||||
|
},
|
||||||
24
conv/Man Page.xrdb
Normal file
24
conv/Man Page.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#cc0000", // 1
|
||||||
|
"#00a600", // 2
|
||||||
|
"#999900", // 3
|
||||||
|
"#0000b2", // 4
|
||||||
|
"#b200b2", // 5
|
||||||
|
"#00a6b2", // 6
|
||||||
|
"#cccccc", // 7
|
||||||
|
"#666666", // 8
|
||||||
|
"#e50000", // 9
|
||||||
|
"#00d900", // 10
|
||||||
|
"#e5e500", // 11
|
||||||
|
"#0000ff", // 12
|
||||||
|
"#e500e5", // 13
|
||||||
|
"#00e5e5", // 14
|
||||||
|
"#e5e5e5", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#fef49c", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 0;
|
||||||
|
"#7f7f7f" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/Material.xrdb
Normal file
25
conv/Material.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#212121", // 0
|
||||||
|
"#b7141f", // 1
|
||||||
|
"#457b24", // 2
|
||||||
|
"#f6981e", // 3
|
||||||
|
"#134eb2", // 4
|
||||||
|
"#560088", // 5
|
||||||
|
"#0e717c", // 6
|
||||||
|
"#efefef", // 7
|
||||||
|
"#424242", // 8
|
||||||
|
"#e83b3f", // 9
|
||||||
|
"#7aba3a", // 10
|
||||||
|
"#ffea2e", // 11
|
||||||
|
"#54a4f3", // 12
|
||||||
|
"#aa4dbc", // 13
|
||||||
|
"#26bbd1", // 14
|
||||||
|
"#d9d9d9", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#eaeaea", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#232322", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#16afca" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/MaterialDark.xrdb
Normal file
25
conv/MaterialDark.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#212121", // 0
|
||||||
|
"#b7141f", // 1
|
||||||
|
"#457b24", // 2
|
||||||
|
"#f6981e", // 3
|
||||||
|
"#134eb2", // 4
|
||||||
|
"#560088", // 5
|
||||||
|
"#0e717c", // 6
|
||||||
|
"#efefef", // 7
|
||||||
|
"#424242", // 8
|
||||||
|
"#e83b3f", // 9
|
||||||
|
"#7aba3a", // 10
|
||||||
|
"#ffea2e", // 11
|
||||||
|
"#54a4f3", // 12
|
||||||
|
"#aa4dbc", // 13
|
||||||
|
"#26bbd1", // 14
|
||||||
|
"#d9d9d9", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#232322", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#e5e5e5", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#16afca" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Mathias.xrdb
Normal file
24
conv/Mathias.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#e52222", // 1
|
||||||
|
"#a6e32d", // 2
|
||||||
|
"#fc951e", // 3
|
||||||
|
"#c48dff", // 4
|
||||||
|
"#fa2573", // 5
|
||||||
|
"#67d9f0", // 6
|
||||||
|
"#f2f2f2", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#ff5555", // 9
|
||||||
|
"#55ff55", // 10
|
||||||
|
"#ffff55", // 11
|
||||||
|
"#5555ff", // 12
|
||||||
|
"#ff55ff", // 13
|
||||||
|
"#55ffff", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
"#bbbbbb", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
"#bbbbbb" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/Medallion.xrdb
Normal file
25
conv/Medallion.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#b64c00", // 1
|
||||||
|
"#7c8b16", // 2
|
||||||
|
"#d3bd26", // 3
|
||||||
|
"#616bb0", // 4
|
||||||
|
"#8c5a90", // 5
|
||||||
|
"#916c25", // 6
|
||||||
|
"#cac29a", // 7
|
||||||
|
"#5e5219", // 8
|
||||||
|
"#ff9149", // 9
|
||||||
|
"#b2ca3b", // 10
|
||||||
|
"#ffe54a", // 11
|
||||||
|
"#acb8ff", // 12
|
||||||
|
"#ffa0ff", // 13
|
||||||
|
"#ffbc51", // 14
|
||||||
|
"#fed698", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1d1908", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#cac296", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#d3ba30" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
23
conv/Misterioso.xrdb
Normal file
23
conv/Misterioso.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#ff4242", // 1
|
||||||
|
"#74af68", // 2
|
||||||
|
"#ffad29", // 3
|
||||||
|
"#338f86", // 4
|
||||||
|
"#9414e6", // 5
|
||||||
|
"#23d7d7", // 6
|
||||||
|
"#e1e1e0", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#ff3242", // 9
|
||||||
|
"#74cd68", // 10
|
||||||
|
"#ffb929", // 11
|
||||||
|
"#23d7d7", // 12
|
||||||
|
"#ff37ff", // 13
|
||||||
|
"#00ede1", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#2d3743", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
//static unsigned int defaultcs = 0;
|
||||||
|
},
|
||||||
22
conv/Molokai.xrdb
Normal file
22
conv/Molokai.xrdb
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"#121212", // 0
|
||||||
|
"#fa2573", // 1
|
||||||
|
"#98e123", // 2
|
||||||
|
"#dfd460", // 3
|
||||||
|
"#1080d0", // 4
|
||||||
|
"#8700ff", // 5
|
||||||
|
"#43a8d0", // 6
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#f6669d", // 9
|
||||||
|
"#b1e05f", // 10
|
||||||
|
"#fff26d", // 11
|
||||||
|
"#00afff", // 12
|
||||||
|
"#af87ff", // 13
|
||||||
|
"#51ceff", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
25
conv/MonaLisa.xrdb
Normal file
25
conv/MonaLisa.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#351b0e", // 0
|
||||||
|
"#9b291c", // 1
|
||||||
|
"#636232", // 2
|
||||||
|
"#c36e28", // 3
|
||||||
|
"#515c5d", // 4
|
||||||
|
"#9b1d29", // 5
|
||||||
|
"#588056", // 6
|
||||||
|
"#f7d75c", // 7
|
||||||
|
"#874228", // 8
|
||||||
|
"#ff4331", // 9
|
||||||
|
"#b4b264", // 10
|
||||||
|
"#ff9566", // 11
|
||||||
|
"#9eb2b4", // 12
|
||||||
|
"#ff5b6a", // 13
|
||||||
|
"#8acd8f", // 14
|
||||||
|
"#ffe598", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#120b0d", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#f7d66a", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#c46c32" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
23
conv/Monokai Soda.xrdb
Normal file
23
conv/Monokai Soda.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#1a1a1a", // 0
|
||||||
|
"#f4005f", // 1
|
||||||
|
"#98e024", // 2
|
||||||
|
"#fa8419", // 3
|
||||||
|
"#9d65ff", // 4
|
||||||
|
"#f4005f", // 5
|
||||||
|
"#58d1eb", // 6
|
||||||
|
"#c4c5b5", // 7
|
||||||
|
"#625e4c", // 8
|
||||||
|
"#f4005f", // 9
|
||||||
|
"#98e024", // 10
|
||||||
|
"#e0d561", // 11
|
||||||
|
"#9d65ff", // 12
|
||||||
|
"#f4005f", // 13
|
||||||
|
"#58d1eb", // 14
|
||||||
|
"#f6f6ef", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#f6f7ec" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 256;
|
||||||
|
},
|
||||||
24
conv/Monokai Vivid.xrdb
Normal file
24
conv/Monokai Vivid.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#121212", // 0
|
||||||
|
"#fa2934", // 1
|
||||||
|
"#98e123", // 2
|
||||||
|
"#fff30a", // 3
|
||||||
|
"#0443ff", // 4
|
||||||
|
"#f800f8", // 5
|
||||||
|
"#01b6ed", // 6
|
||||||
|
"#ffffff", // 7
|
||||||
|
"#838383", // 8
|
||||||
|
"#f6669d", // 9
|
||||||
|
"#b1e05f", // 10
|
||||||
|
"#fff26d", // 11
|
||||||
|
"#0443ff", // 12
|
||||||
|
"#f200f6", // 13
|
||||||
|
"#51ceff", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 0;
|
||||||
|
"#f9f9f9", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 256;
|
||||||
|
"#fb0007" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
25
conv/N0tch2k.xrdb
Normal file
25
conv/N0tch2k.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#383838", // 0
|
||||||
|
"#a95551", // 1
|
||||||
|
"#666666", // 2
|
||||||
|
"#a98051", // 3
|
||||||
|
"#657d3e", // 4
|
||||||
|
"#767676", // 5
|
||||||
|
"#c9c9c9", // 6
|
||||||
|
"#d0b8a3", // 7
|
||||||
|
"#474747", // 8
|
||||||
|
"#a97775", // 9
|
||||||
|
"#8c8c8c", // 10
|
||||||
|
"#a99175", // 11
|
||||||
|
"#98bd5e", // 12
|
||||||
|
"#a3a3a3", // 13
|
||||||
|
"#dcdcdc", // 14
|
||||||
|
"#d8c8bb", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#222222", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#a0a0a0", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#aa9175" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/Neopolitan.xrdb
Normal file
25
conv/Neopolitan.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#800000", // 1
|
||||||
|
"#61ce3c", // 2
|
||||||
|
"#fbde2d", // 3
|
||||||
|
"#253b76", // 4
|
||||||
|
"#ff0080", // 5
|
||||||
|
"#8da6ce", // 6
|
||||||
|
"#f8f8f8", // 7
|
||||||
|
"#000000", // 8
|
||||||
|
"#800000", // 9
|
||||||
|
"#61ce3c", // 10
|
||||||
|
"#fbde2d", // 11
|
||||||
|
"#253b76", // 12
|
||||||
|
"#ff0080", // 13
|
||||||
|
"#8da6ce", // 14
|
||||||
|
"#f8f8f8", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#271f19", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#ffffff", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#ffffff" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Neutron.xrdb
Normal file
24
conv/Neutron.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#23252b", // 0
|
||||||
|
"#b54036", // 1
|
||||||
|
"#5ab977", // 2
|
||||||
|
"#deb566", // 3
|
||||||
|
"#6a7c93", // 4
|
||||||
|
"#a4799d", // 5
|
||||||
|
"#3f94a8", // 6
|
||||||
|
"#e6e8ef", // 7
|
||||||
|
"#23252b", // 8
|
||||||
|
"#b54036", // 9
|
||||||
|
"#5ab977", // 10
|
||||||
|
"#deb566", // 11
|
||||||
|
"#6a7c93", // 12
|
||||||
|
"#a4799d", // 13
|
||||||
|
"#3f94a8", // 14
|
||||||
|
"#ebedf2", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1c1e22", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#f6f7ec" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 257;
|
||||||
|
},
|
||||||
23
conv/NightLion v1.xrdb
Normal file
23
conv/NightLion v1.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#4c4c4c", // 0
|
||||||
|
"#bb0000", // 1
|
||||||
|
"#5fde8f", // 2
|
||||||
|
"#f3f167", // 3
|
||||||
|
"#276bd8", // 4
|
||||||
|
"#bb00bb", // 5
|
||||||
|
"#00dadf", // 6
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#ff5555", // 9
|
||||||
|
"#55ff55", // 10
|
||||||
|
"#ffff55", // 11
|
||||||
|
"#5555ff", // 12
|
||||||
|
"#ff55ff", // 13
|
||||||
|
"#55ffff", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#000000", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
23
conv/NightLion v2.xrdb
Normal file
23
conv/NightLion v2.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#4c4c4c", // 0
|
||||||
|
"#bb0000", // 1
|
||||||
|
"#04f623", // 2
|
||||||
|
"#f3f167", // 3
|
||||||
|
"#64d0f0", // 4
|
||||||
|
"#ce6fdb", // 5
|
||||||
|
"#00dadf", // 6
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#ff5555", // 9
|
||||||
|
"#7df71d", // 10
|
||||||
|
"#ffff55", // 11
|
||||||
|
"#62cbe8", // 12
|
||||||
|
"#ff9bf5", // 13
|
||||||
|
"#00ccd8", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#171717", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
//static unsigned int defaultcs = 7;
|
||||||
|
},
|
||||||
25
conv/Novel.xrdb
Normal file
25
conv/Novel.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#cc0000", // 1
|
||||||
|
"#009600", // 2
|
||||||
|
"#d06b00", // 3
|
||||||
|
"#0000cc", // 4
|
||||||
|
"#cc00cc", // 5
|
||||||
|
"#0087cc", // 6
|
||||||
|
"#cccccc", // 7
|
||||||
|
"#808080", // 8
|
||||||
|
"#cc0000", // 9
|
||||||
|
"#009600", // 10
|
||||||
|
"#d06b00", // 11
|
||||||
|
"#0000cc", // 12
|
||||||
|
"#cc00cc", // 13
|
||||||
|
"#0087cc", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#dfdbc3", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#3b2322", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#73635a" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/Obsidian.xrdb
Normal file
25
conv/Obsidian.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#a60001", // 1
|
||||||
|
"#00bb00", // 2
|
||||||
|
"#fecd22", // 3
|
||||||
|
"#3a9bdb", // 4
|
||||||
|
"#bb00bb", // 5
|
||||||
|
"#00bbbb", // 6
|
||||||
|
"#bbbbbb", // 7
|
||||||
|
"#555555", // 8
|
||||||
|
"#ff0003", // 9
|
||||||
|
"#93c863", // 10
|
||||||
|
"#fef874", // 11
|
||||||
|
"#a1d7ff", // 12
|
||||||
|
"#ff55ff", // 13
|
||||||
|
"#55ffff", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#283033", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#cdcdcd", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#c0cad0" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/Ocean.xrdb
Normal file
25
conv/Ocean.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#990000", // 1
|
||||||
|
"#00a600", // 2
|
||||||
|
"#999900", // 3
|
||||||
|
"#0000b2", // 4
|
||||||
|
"#b200b2", // 5
|
||||||
|
"#00a6b2", // 6
|
||||||
|
"#bfbfbf", // 7
|
||||||
|
"#666666", // 8
|
||||||
|
"#e50000", // 9
|
||||||
|
"#00d900", // 10
|
||||||
|
"#e5e500", // 11
|
||||||
|
"#0000ff", // 12
|
||||||
|
"#e500e5", // 13
|
||||||
|
"#00e5e5", // 14
|
||||||
|
"#e5e5e5", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#224fbc", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#ffffff", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#7f7f7f" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
25
conv/OceanicMaterial.xrdb
Normal file
25
conv/OceanicMaterial.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#ee2b2a", // 1
|
||||||
|
"#40a33f", // 2
|
||||||
|
"#ffea2e", // 3
|
||||||
|
"#1e80f0", // 4
|
||||||
|
"#8800a0", // 5
|
||||||
|
"#16afca", // 6
|
||||||
|
"#a4a4a4", // 7
|
||||||
|
"#777777", // 8
|
||||||
|
"#dc5c60", // 9
|
||||||
|
"#70be71", // 10
|
||||||
|
"#fff163", // 11
|
||||||
|
"#54a4f3", // 12
|
||||||
|
"#aa4dbc", // 13
|
||||||
|
"#42c7da", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#1c262b", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#c2c8d7", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#b3b8c3" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
24
conv/Ollie.xrdb
Normal file
24
conv/Ollie.xrdb
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#ac2e31", // 1
|
||||||
|
"#31ac61", // 2
|
||||||
|
"#ac4300", // 3
|
||||||
|
"#2d57ac", // 4
|
||||||
|
"#b08528", // 5
|
||||||
|
"#1fa6ac", // 6
|
||||||
|
"#8a8eac", // 7
|
||||||
|
"#5b3725", // 8
|
||||||
|
"#ff3d48", // 9
|
||||||
|
"#3bff99", // 10
|
||||||
|
"#ff5e1e", // 11
|
||||||
|
"#4488ff", // 12
|
||||||
|
"#ffc21d", // 13
|
||||||
|
"#1ffaff", // 14
|
||||||
|
"#5b6ea7", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#222125", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#8a8dae", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
//static unsigned int defaultcs = 15;
|
||||||
|
},
|
||||||
23
conv/OneHalfDark.xrdb
Normal file
23
conv/OneHalfDark.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#282c34", // 0
|
||||||
|
"#e06c75", // 1
|
||||||
|
"#98c379", // 2
|
||||||
|
"#e5c07b", // 3
|
||||||
|
"#61afef", // 4
|
||||||
|
"#c678dd", // 5
|
||||||
|
"#56b6c2", // 6
|
||||||
|
"#dcdfe4", // 7
|
||||||
|
"#282c34", // 8
|
||||||
|
"#e06c75", // 9
|
||||||
|
"#98c379", // 10
|
||||||
|
"#e5c07b", // 11
|
||||||
|
"#61afef", // 12
|
||||||
|
"#c678dd", // 13
|
||||||
|
"#56b6c2", // 14
|
||||||
|
"#dcdfe4", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 8;
|
||||||
|
//static unsigned int defaultfg = 7;
|
||||||
|
"#a3b3cc" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 256;
|
||||||
|
},
|
||||||
23
conv/OneHalfLight.xrdb
Normal file
23
conv/OneHalfLight.xrdb
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"#383a42", // 0
|
||||||
|
"#e45649", // 1
|
||||||
|
"#50a14f", // 2
|
||||||
|
"#c18401", // 3
|
||||||
|
"#0184bc", // 4
|
||||||
|
"#a626a4", // 5
|
||||||
|
"#0997b3", // 6
|
||||||
|
"#fafafa", // 7
|
||||||
|
"#4f525e", // 8
|
||||||
|
"#e06c75", // 9
|
||||||
|
"#98c379", // 10
|
||||||
|
"#e5c07b", // 11
|
||||||
|
"#61afef", // 12
|
||||||
|
"#c678dd", // 13
|
||||||
|
"#56b6c2", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
//static unsigned int defaultbg = 7;
|
||||||
|
//static unsigned int defaultfg = 0;
|
||||||
|
"#bfceff" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 256;
|
||||||
|
},
|
||||||
25
conv/Pandora.xrdb
Normal file
25
conv/Pandora.xrdb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"#000000", // 0
|
||||||
|
"#ff4242", // 1
|
||||||
|
"#74af68", // 2
|
||||||
|
"#ffad29", // 3
|
||||||
|
"#338f86", // 4
|
||||||
|
"#9414e6", // 5
|
||||||
|
"#23d7d7", // 6
|
||||||
|
"#e2e2e2", // 7
|
||||||
|
"#3f5648", // 8
|
||||||
|
"#ff3242", // 9
|
||||||
|
"#74cd68", // 10
|
||||||
|
"#ffb929", // 11
|
||||||
|
"#23d7d7", // 12
|
||||||
|
"#ff37ff", // 13
|
||||||
|
"#00ede1", // 14
|
||||||
|
"#ffffff", // 15
|
||||||
|
[255] = 0,
|
||||||
|
"#141e43", /* bg color */
|
||||||
|
//static unsigned int defaultbg = 256;
|
||||||
|
"#e1e1e1", /* fg color */
|
||||||
|
//static unsigned int defaultfg = 257;
|
||||||
|
"#43d58e" /* cs color */
|
||||||
|
//static unsigned int defaultcs = 258;
|
||||||
|
},
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue