Skip to content

Commit 8a19e39

Browse files
feat: 4bitcss.com core build files ( Fixes #123 )
2 parents 98eaf55 + 98eaf71 commit 8a19e39

File tree

856 files changed

+5136
-1712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

856 files changed

+5136
-1712
lines changed

css/0x96f.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@
2222
--name: '0x96f';
2323
--Luma: 0.143693333333333;
2424
--Contrast: 0.84397568627451;
25+
--PaletteName: 0x96f;
26+
--PaletteFileName: 0x96f;
2527
--IsBright: 0;
2628
--IsDark: 1;
2729
}
2830

2931
.colorSchemeName::before, .ColorSchemeName::before { content: '0x96f'; }
32+
.paletteName::before, .paletteName::before { content: '0x96f'; }
3033
.colorSchemeFileName::before, .ColorSchemeFileName::before { content: '0x96f.css'; }
34+
.paletteFileName::before, .paletteFileName::before { content: '0x96f.css'; }
3135

3236
.foreground, .Foreground { color: var(--foreground); }
3337
.background, .Background { background-color: var(--background); }
@@ -88,7 +92,7 @@
8892
.green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) }
8993
.yellow-background, .YellowBackground, .ANSI3-Background, .ansi3-background { background-color: var(--yellow) }
9094
.blue-background, .BlueBackground, .ANSI4-Background, .ansi4-background { background-color: var(--blue) }
91-
.magenta-background, .MagentaBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
95+
.magenta-background, .MagentaBackground, .purple-background, .PurpleBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
9296
.cyan-background, .CyanBackground, .ANSI6-Background, .ansi6-background { background-color: var(--cyan) }
9397
.white-background, .WhiteBackground, .ANSI7-Background, .ansi7-background { background-color: var(--white) }
9498
.brightblack-background, .bright-black-background, .BrightBlackBackground, .ANSI8-Background, .ansi8-background { background-color: var(--brightBlack) }
@@ -115,7 +119,7 @@
115119
.brightyellow-fill , .bright-yellow-fill , .BrightYellowFill , .ANSI11-Fill, .ansi11-fill { fill: var(--brightYellow) }
116120
.brightblue-fill , .bright-blue-fill , .BrightBlueFill , .ANSI12-Fill, .ansi12-fill { fill: var(--brightBlue) }
117121
.brightmagneta-fill , .bright-magneta-fill , .BrightMagnetaFill , .ANSI13-Fill, .ansi13-fill { fill: var(--brightPurple) }
118-
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPuple) }
122+
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPurple) }
119123
.brightcyan-fill , .bright-cyan-fill , .BrightCyanFill , .ANSI14-Fill, .ansi14-fill { fill: var(--brightCyan) }
120124
.brightwhite-fill , .bright-white-fill , .BrightWhiteFill , .ANSI15-Fill, .ansi15-fill { fill: var(--brightWhite) }
121125
/* strokes */

css/12-bit-Rainbow.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@
2222
--name: '12-bit Rainbow';
2323
--Luma: 0.0156862745098039;
2424
--Contrast: 0.98348;
25+
--PaletteName: 12-bit Rainbow;
26+
--PaletteFileName: 12-bit-Rainbow;
2527
--IsBright: 0;
2628
--IsDark: 1;
2729
}
2830

2931
.colorSchemeName::before, .ColorSchemeName::before { content: '12-bit Rainbow'; }
32+
.paletteName::before, .paletteName::before { content: '12-bit Rainbow'; }
3033
.colorSchemeFileName::before, .ColorSchemeFileName::before { content: '12-bit-Rainbow.css'; }
34+
.paletteFileName::before, .paletteFileName::before { content: '12-bit-Rainbow.css'; }
3135

3236
.foreground, .Foreground { color: var(--foreground); }
3337
.background, .Background { background-color: var(--background); }
@@ -88,7 +92,7 @@
8892
.green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) }
8993
.yellow-background, .YellowBackground, .ANSI3-Background, .ansi3-background { background-color: var(--yellow) }
9094
.blue-background, .BlueBackground, .ANSI4-Background, .ansi4-background { background-color: var(--blue) }
91-
.magenta-background, .MagentaBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
95+
.magenta-background, .MagentaBackground, .purple-background, .PurpleBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
9296
.cyan-background, .CyanBackground, .ANSI6-Background, .ansi6-background { background-color: var(--cyan) }
9397
.white-background, .WhiteBackground, .ANSI7-Background, .ansi7-background { background-color: var(--white) }
9498
.brightblack-background, .bright-black-background, .BrightBlackBackground, .ANSI8-Background, .ansi8-background { background-color: var(--brightBlack) }
@@ -115,7 +119,7 @@
115119
.brightyellow-fill , .bright-yellow-fill , .BrightYellowFill , .ANSI11-Fill, .ansi11-fill { fill: var(--brightYellow) }
116120
.brightblue-fill , .bright-blue-fill , .BrightBlueFill , .ANSI12-Fill, .ansi12-fill { fill: var(--brightBlue) }
117121
.brightmagneta-fill , .bright-magneta-fill , .BrightMagnetaFill , .ANSI13-Fill, .ansi13-fill { fill: var(--brightPurple) }
118-
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPuple) }
122+
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPurple) }
119123
.brightcyan-fill , .bright-cyan-fill , .BrightCyanFill , .ANSI14-Fill, .ansi14-fill { fill: var(--brightCyan) }
120124
.brightwhite-fill , .bright-white-fill , .BrightWhiteFill , .ANSI15-Fill, .ansi15-fill { fill: var(--brightWhite) }
121125
/* strokes */

css/3024-Day.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@
2222
--name: '3024 Day';
2323
--Luma: 0.968627450980392;
2424
--Contrast: 0.694436862745098;
25+
--PaletteName: 3024 Day;
26+
--PaletteFileName: 3024-Day;
2527
--IsBright: 0;
2628
--IsDark: 1;
2729
}
2830

2931
.colorSchemeName::before, .ColorSchemeName::before { content: '3024 Day'; }
32+
.paletteName::before, .paletteName::before { content: '3024 Day'; }
3033
.colorSchemeFileName::before, .ColorSchemeFileName::before { content: '3024-Day.css'; }
34+
.paletteFileName::before, .paletteFileName::before { content: '3024-Day.css'; }
3135

3236
.foreground, .Foreground { color: var(--foreground); }
3337
.background, .Background { background-color: var(--background); }
@@ -88,7 +92,7 @@
8892
.green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) }
8993
.yellow-background, .YellowBackground, .ANSI3-Background, .ansi3-background { background-color: var(--yellow) }
9094
.blue-background, .BlueBackground, .ANSI4-Background, .ansi4-background { background-color: var(--blue) }
91-
.magenta-background, .MagentaBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
95+
.magenta-background, .MagentaBackground, .purple-background, .PurpleBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
9296
.cyan-background, .CyanBackground, .ANSI6-Background, .ansi6-background { background-color: var(--cyan) }
9397
.white-background, .WhiteBackground, .ANSI7-Background, .ansi7-background { background-color: var(--white) }
9498
.brightblack-background, .bright-black-background, .BrightBlackBackground, .ANSI8-Background, .ansi8-background { background-color: var(--brightBlack) }
@@ -115,7 +119,7 @@
115119
.brightyellow-fill , .bright-yellow-fill , .BrightYellowFill , .ANSI11-Fill, .ansi11-fill { fill: var(--brightYellow) }
116120
.brightblue-fill , .bright-blue-fill , .BrightBlueFill , .ANSI12-Fill, .ansi12-fill { fill: var(--brightBlue) }
117121
.brightmagneta-fill , .bright-magneta-fill , .BrightMagnetaFill , .ANSI13-Fill, .ansi13-fill { fill: var(--brightPurple) }
118-
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPuple) }
122+
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPurple) }
119123
.brightcyan-fill , .bright-cyan-fill , .BrightCyanFill , .ANSI14-Fill, .ansi14-fill { fill: var(--brightCyan) }
120124
.brightwhite-fill , .bright-white-fill , .BrightWhiteFill , .ANSI15-Fill, .ansi15-fill { fill: var(--brightWhite) }
121125
/* strokes */

css/3024-Night.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@
2222
--name: '3024 Night';
2323
--Luma: 0.0159176470588235;
2424
--Contrast: 0.621877647058824;
25+
--PaletteName: 3024 Night;
26+
--PaletteFileName: 3024-Night;
2527
--IsBright: 0;
2628
--IsDark: 1;
2729
}
2830

2931
.colorSchemeName::before, .ColorSchemeName::before { content: '3024 Night'; }
32+
.paletteName::before, .paletteName::before { content: '3024 Night'; }
3033
.colorSchemeFileName::before, .ColorSchemeFileName::before { content: '3024-Night.css'; }
34+
.paletteFileName::before, .paletteFileName::before { content: '3024-Night.css'; }
3135

3236
.foreground, .Foreground { color: var(--foreground); }
3337
.background, .Background { background-color: var(--background); }
@@ -88,7 +92,7 @@
8892
.green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) }
8993
.yellow-background, .YellowBackground, .ANSI3-Background, .ansi3-background { background-color: var(--yellow) }
9094
.blue-background, .BlueBackground, .ANSI4-Background, .ansi4-background { background-color: var(--blue) }
91-
.magenta-background, .MagentaBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
95+
.magenta-background, .MagentaBackground, .purple-background, .PurpleBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
9296
.cyan-background, .CyanBackground, .ANSI6-Background, .ansi6-background { background-color: var(--cyan) }
9397
.white-background, .WhiteBackground, .ANSI7-Background, .ansi7-background { background-color: var(--white) }
9498
.brightblack-background, .bright-black-background, .BrightBlackBackground, .ANSI8-Background, .ansi8-background { background-color: var(--brightBlack) }
@@ -115,7 +119,7 @@
115119
.brightyellow-fill , .bright-yellow-fill , .BrightYellowFill , .ANSI11-Fill, .ansi11-fill { fill: var(--brightYellow) }
116120
.brightblue-fill , .bright-blue-fill , .BrightBlueFill , .ANSI12-Fill, .ansi12-fill { fill: var(--brightBlue) }
117121
.brightmagneta-fill , .bright-magneta-fill , .BrightMagnetaFill , .ANSI13-Fill, .ansi13-fill { fill: var(--brightPurple) }
118-
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPuple) }
122+
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPurple) }
119123
.brightcyan-fill , .bright-cyan-fill , .BrightCyanFill , .ANSI14-Fill, .ansi14-fill { fill: var(--brightCyan) }
120124
.brightwhite-fill , .bright-white-fill , .BrightWhiteFill , .ANSI15-Fill, .ansi15-fill { fill: var(--brightWhite) }
121125
/* strokes */

css/Aardvark-Blue.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@
2222
--name: 'Aardvark Blue';
2323
--Luma: 0.121210980392157;
2424
--Contrast: 0.74545568627451;
25+
--PaletteName: Aardvark Blue;
26+
--PaletteFileName: Aardvark-Blue;
2527
--IsBright: 0;
2628
--IsDark: 1;
2729
}
2830

2931
.colorSchemeName::before, .ColorSchemeName::before { content: 'Aardvark Blue'; }
32+
.paletteName::before, .paletteName::before { content: 'Aardvark Blue'; }
3033
.colorSchemeFileName::before, .ColorSchemeFileName::before { content: 'Aardvark-Blue.css'; }
34+
.paletteFileName::before, .paletteFileName::before { content: 'Aardvark-Blue.css'; }
3135

3236
.foreground, .Foreground { color: var(--foreground); }
3337
.background, .Background { background-color: var(--background); }
@@ -88,7 +92,7 @@
8892
.green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) }
8993
.yellow-background, .YellowBackground, .ANSI3-Background, .ansi3-background { background-color: var(--yellow) }
9094
.blue-background, .BlueBackground, .ANSI4-Background, .ansi4-background { background-color: var(--blue) }
91-
.magenta-background, .MagentaBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
95+
.magenta-background, .MagentaBackground, .purple-background, .PurpleBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
9296
.cyan-background, .CyanBackground, .ANSI6-Background, .ansi6-background { background-color: var(--cyan) }
9397
.white-background, .WhiteBackground, .ANSI7-Background, .ansi7-background { background-color: var(--white) }
9498
.brightblack-background, .bright-black-background, .BrightBlackBackground, .ANSI8-Background, .ansi8-background { background-color: var(--brightBlack) }
@@ -115,7 +119,7 @@
115119
.brightyellow-fill , .bright-yellow-fill , .BrightYellowFill , .ANSI11-Fill, .ansi11-fill { fill: var(--brightYellow) }
116120
.brightblue-fill , .bright-blue-fill , .BrightBlueFill , .ANSI12-Fill, .ansi12-fill { fill: var(--brightBlue) }
117121
.brightmagneta-fill , .bright-magneta-fill , .BrightMagnetaFill , .ANSI13-Fill, .ansi13-fill { fill: var(--brightPurple) }
118-
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPuple) }
122+
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPurple) }
119123
.brightcyan-fill , .bright-cyan-fill , .BrightCyanFill , .ANSI14-Fill, .ansi14-fill { fill: var(--brightCyan) }
120124
.brightwhite-fill , .bright-white-fill , .BrightWhiteFill , .ANSI15-Fill, .ansi15-fill { fill: var(--brightWhite) }
121125
/* strokes */

css/Abernathy.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@
2222
--name: 'Abernathy';
2323
--Luma: 0.0764964705882353;
2424
--Contrast: 0.856270588235294;
25+
--PaletteName: Abernathy;
26+
--PaletteFileName: Abernathy;
2527
--IsBright: 0;
2628
--IsDark: 1;
2729
}
2830

2931
.colorSchemeName::before, .ColorSchemeName::before { content: 'Abernathy'; }
32+
.paletteName::before, .paletteName::before { content: 'Abernathy'; }
3033
.colorSchemeFileName::before, .ColorSchemeFileName::before { content: 'Abernathy.css'; }
34+
.paletteFileName::before, .paletteFileName::before { content: 'Abernathy.css'; }
3135

3236
.foreground, .Foreground { color: var(--foreground); }
3337
.background, .Background { background-color: var(--background); }
@@ -88,7 +92,7 @@
8892
.green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) }
8993
.yellow-background, .YellowBackground, .ANSI3-Background, .ansi3-background { background-color: var(--yellow) }
9094
.blue-background, .BlueBackground, .ANSI4-Background, .ansi4-background { background-color: var(--blue) }
91-
.magenta-background, .MagentaBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
95+
.magenta-background, .MagentaBackground, .purple-background, .PurpleBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
9296
.cyan-background, .CyanBackground, .ANSI6-Background, .ansi6-background { background-color: var(--cyan) }
9397
.white-background, .WhiteBackground, .ANSI7-Background, .ansi7-background { background-color: var(--white) }
9498
.brightblack-background, .bright-black-background, .BrightBlackBackground, .ANSI8-Background, .ansi8-background { background-color: var(--brightBlack) }
@@ -115,7 +119,7 @@
115119
.brightyellow-fill , .bright-yellow-fill , .BrightYellowFill , .ANSI11-Fill, .ansi11-fill { fill: var(--brightYellow) }
116120
.brightblue-fill , .bright-blue-fill , .BrightBlueFill , .ANSI12-Fill, .ansi12-fill { fill: var(--brightBlue) }
117121
.brightmagneta-fill , .bright-magneta-fill , .BrightMagnetaFill , .ANSI13-Fill, .ansi13-fill { fill: var(--brightPurple) }
118-
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPuple) }
122+
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPurple) }
119123
.brightcyan-fill , .bright-cyan-fill , .BrightCyanFill , .ANSI14-Fill, .ansi14-fill { fill: var(--brightCyan) }
120124
.brightwhite-fill , .bright-white-fill , .BrightWhiteFill , .ANSI15-Fill, .ansi15-fill { fill: var(--brightWhite) }
121125
/* strokes */

css/Adventure.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@
2222
--name: 'Adventure';
2323
--Luma: 0.0156862745098039;
2424
--Contrast: 0.98348;
25+
--PaletteName: Adventure;
26+
--PaletteFileName: Adventure;
2527
--IsBright: 0;
2628
--IsDark: 1;
2729
}
2830

2931
.colorSchemeName::before, .ColorSchemeName::before { content: 'Adventure'; }
32+
.paletteName::before, .paletteName::before { content: 'Adventure'; }
3033
.colorSchemeFileName::before, .ColorSchemeFileName::before { content: 'Adventure.css'; }
34+
.paletteFileName::before, .paletteFileName::before { content: 'Adventure.css'; }
3135

3236
.foreground, .Foreground { color: var(--foreground); }
3337
.background, .Background { background-color: var(--background); }
@@ -88,7 +92,7 @@
8892
.green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) }
8993
.yellow-background, .YellowBackground, .ANSI3-Background, .ansi3-background { background-color: var(--yellow) }
9094
.blue-background, .BlueBackground, .ANSI4-Background, .ansi4-background { background-color: var(--blue) }
91-
.magenta-background, .MagentaBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
95+
.magenta-background, .MagentaBackground, .purple-background, .PurpleBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
9296
.cyan-background, .CyanBackground, .ANSI6-Background, .ansi6-background { background-color: var(--cyan) }
9397
.white-background, .WhiteBackground, .ANSI7-Background, .ansi7-background { background-color: var(--white) }
9498
.brightblack-background, .bright-black-background, .BrightBlackBackground, .ANSI8-Background, .ansi8-background { background-color: var(--brightBlack) }
@@ -115,7 +119,7 @@
115119
.brightyellow-fill , .bright-yellow-fill , .BrightYellowFill , .ANSI11-Fill, .ansi11-fill { fill: var(--brightYellow) }
116120
.brightblue-fill , .bright-blue-fill , .BrightBlueFill , .ANSI12-Fill, .ansi12-fill { fill: var(--brightBlue) }
117121
.brightmagneta-fill , .bright-magneta-fill , .BrightMagnetaFill , .ANSI13-Fill, .ansi13-fill { fill: var(--brightPurple) }
118-
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPuple) }
122+
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPurple) }
119123
.brightcyan-fill , .bright-cyan-fill , .BrightCyanFill , .ANSI14-Fill, .ansi14-fill { fill: var(--brightCyan) }
120124
.brightwhite-fill , .bright-white-fill , .BrightWhiteFill , .ANSI15-Fill, .ansi15-fill { fill: var(--brightWhite) }
121125
/* strokes */

0 commit comments

Comments
 (0)