Compare commits

...

1 Commits

Author SHA1 Message Date
Leonard Hecker
15590652e0 wip 2024-08-08 19:29:53 +02:00

View File

@@ -85,7 +85,7 @@
"name": "Campbell",
"foreground": "#CCCCCC",
"background": "#0C0C0C",
"cursorColor": "#FFFFFF",
"cursorColor": "invert",
"black": "#0C0C0C",
"red": "#C50F1F",
"green": "#13A10E",
@@ -107,7 +107,7 @@
"name": "Campbell Powershell",
"foreground": "#CCCCCC",
"background": "#012456",
"cursorColor": "#FFFFFF",
"cursorColor": "invert",
"black": "#0C0C0C",
"red": "#C50F1F",
"green": "#13A10E",
@@ -129,7 +129,7 @@
"name": "Vintage",
"foreground": "#C0C0C0",
"background": "#000000",
"cursorColor": "#FFFFFF",
"cursorColor": "invert",
"black": "#000000",
"red": "#800000",
"green": "#008000",
@@ -151,7 +151,7 @@
"name": "One Half Dark",
"foreground": "#DCDFE4",
"background": "#282C34",
"cursorColor": "#FFFFFF",
"cursorColor": "invert",
"black": "#282C34",
"red": "#E06C75",
"green": "#98C379",
@@ -173,7 +173,7 @@
"name": "One Half Light",
"foreground": "#383A42",
"background": "#FAFAFA",
"cursorColor": "#4F525D",
"cursorColor": "invert",
"selectionBackground": "#383A42",
"black": "#383A42",
"red": "#E45649",
@@ -196,7 +196,7 @@
"name": "Solarized Dark",
"foreground": "#839496",
"background": "#002B36",
"cursorColor": "#FFFFFF",
"cursorColor": "invert",
"black": "#002B36",
"red": "#DC322F",
"green": "#859900",
@@ -218,7 +218,7 @@
"name": "Solarized Light",
"foreground": "#657B83",
"background": "#FDF6E3",
"cursorColor": "#002B36",
"cursorColor": "invert",
"selectionBackground": "#2C4D57",
"black": "#002B36",
"red": "#DC322F",
@@ -241,7 +241,7 @@
"name": "Tango Dark",
"foreground": "#D3D7CF",
"background": "#000000",
"cursorColor": "#FFFFFF",
"cursorColor": "invert",
"black": "#000000",
"red": "#CC0000",
"green": "#4E9A06",
@@ -263,7 +263,7 @@
"name": "Tango Light",
"foreground": "#555753",
"background": "#FFFFFF",
"cursorColor": "#000000",
"cursorColor": "invert",
"selectionBackground": "#141414",
"black": "#000000",
"red": "#CC0000",
@@ -286,7 +286,7 @@
"name": "Dark+",
"foreground": "#cccccc",
"background": "#1e1e1e",
"cursorColor": "#808080",
"cursorColor": "invert",
"selectionBackground": "#ffffff",
"black": "#000000",
"red": "#cd3131",