150 lines
5.2 KiB
HTML
150 lines
5.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
<title>Vscode theme</title>
|
|
<link rel="alternate" type="application/rss+xml" title="gabc RSS" href="/rss.xml">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<!--<meta name="title" content="">-->
|
|
<meta name="description" content="">
|
|
<!--<meta name="keywords" content="">-->
|
|
|
|
<!-- <meta name="color-scheme" content="light dark"> --> <!-- Twitter embed white corner -->
|
|
<!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">-->
|
|
<meta name="generator" content="">
|
|
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Expires" content="-1">
|
|
<script>function reload() { location.reload(true); } </script>
|
|
|
|
<!--<meta name="referrer" content="no-referrer" />--><!-- YouTube embed video not playing -->
|
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#EDEBE6">
|
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#3E3E3E">
|
|
|
|
<link rel="icon" sizes="512x512" href="/img/logo.png" type="image/png">
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/light.css"> <!-- off -->
|
|
<link rel="stylesheet" type="text/css" id="theme">
|
|
<link rel="stylesheet" type="text/css" href="/css/style-main.css">
|
|
<script src="/js/main.js"></script>
|
|
<script src="/data/adsJson.js"></script>
|
|
<script src="/js/ad.js"></script>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div class="wrapper brand topNav capitalize">
|
|
<header>
|
|
<nav>
|
|
|
|
<a href="../"><img class="logo2" src="/img/logo.png" alt="gabc"></a>
|
|
<a class="brand" href="projects.html">projects</a>
|
|
<button onclick="dropdownFunction();" class="dropbtn" id="dropbtn">☰ Other</button>
|
|
|
|
<div id="myDropdown" class="dropdown-content shadow bg3">
|
|
<a class="brand" href="firefox-theme.html">firefox-theme</a><a class="brand" href="geany-color.html">geany-color</a><a class="active" href="vscode-theme.html">vscode-theme</a><a class="brand" href="wallpaper.html">wallpaper</a></div>
|
|
|
|
<!--<hr />-->
|
|
</nav>
|
|
</header>
|
|
|
|
</div>
|
|
|
|
<noscript>
|
|
<style>
|
|
.dropdown-content, .dropdown { display: block; position: relative; }
|
|
</style>
|
|
</noscript>
|
|
|
|
<script>
|
|
// menu click
|
|
function dropdownFunction() {
|
|
var x = document.getElementById("myDropdown");
|
|
// alert(x.style.display);
|
|
if (x.style.display === "none"||x.style.display === "") {
|
|
document.getElementById("dropbtn").innerHTML = '☶ Other';
|
|
x.style.display = "block";
|
|
} else {
|
|
x.style.display = "none";
|
|
document.getElementById("dropbtn").innerHTML = '☰ Other';
|
|
}
|
|
|
|
// out area
|
|
var getclick = document.getElementById('dropbtn');
|
|
document.addEventListener('click', function(event) {
|
|
if (!getclick.contains(event.target)) {
|
|
//alert('out');
|
|
var x = document.getElementById("myDropdown");
|
|
x.style.display = "none";
|
|
document.getElementById("dropbtn").innerHTML = '☰ Other';
|
|
}
|
|
});
|
|
|
|
}
|
|
</script>
|
|
|
|
|
|
<!-- content -->
|
|
<div class="content">
|
|
|
|
<h3 class="tCenter op">Vscode theme</h3>
|
|
|
|
<div class="center">
|
|
<div class="post bgList border3List brand"><a href="vscode-theme/dark-theme-abc-color-theme.json">dark-theme-abc-color-theme.json</a> </div><div class="post bgList border3List brand"><a href="vscode-theme/icon.png"><img class="border3" src="vscode-theme/icon.png" width=""></a> </div><div class="post bgList border3List brand"><a href="vscode-theme/light-theme-abc-color-theme.json">light-theme-abc-color-theme.json</a> </div><div class="post bgList border3List brand"><a href="vscode-theme/package.json">package.json</a> </div><div class="post bgList border3List brand">vscode-theme/README.md </div><div class="post bgList border3List brand"><a href="vscode-theme/screenshot-dark.png"><img class="border3" src="vscode-theme/screenshot-dark.png" width=""></a> </div><div class="post bgList border3List brand"><a href="vscode-theme/screenshot-light.png"><img class="border3" src="vscode-theme/screenshot-light.png" width=""></a> </div><div class="post bgList border3List brand"><a href="vscode-theme/theme-abc-1.3.24.vsix">theme-abc-1.3.24.vsix</a> </div><div class="post bgList border3List brand"><a href="vscode-theme/theme-abc-1.3.49.vsix">theme-abc-1.3.49.vsix</a> </div>
|
|
|
|
<div id="insertIcon" class="post bg border3List">
|
|
|
|
<a class="button light border3" href="https://marketplace.visualstudio.com/items?itemName=gabc123123.theme-abc">Install Light and Dark Theme from Store</a>
|
|
|
|
<a class="button light border3" href="https://themes.vscode.one/">Create own theme with https://themes.vscode.one/</a>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<script src="/projects/insert-icon/script.js"></script>
|
|
<script>
|
|
insertIcon("insertIcon");
|
|
</script>
|
|
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
<div id="ads2"></div>
|
|
<script> fuAds('', 'ads2', ''); </script>
|
|
|
|
<div class="wrapper3 padding">
|
|
|
|
<!--<span><a class="button" href="../">←</a></span>
|
|
-->
|
|
|
|
<span><a href="/">home</a></span>
|
|
<span id="fTheme"><a href="/theme.html">Themes</a></span>
|
|
<script>
|
|
document.getElementById("fTheme").innerHTML = '<span><a href="/theme.html">theme: '+theme+' ('+confRealTmpTheme+')</a></span>';
|
|
</script>
|
|
|
|
|
|
<span id="fPrivacy"><a href="/privacy.html">cookie status: *</a></span>
|
|
<script>
|
|
document.getElementById("fPrivacy").innerHTML = '<a href="/privacy.html">cookie: '+confDataCollection+'</a></a>';
|
|
</script>
|
|
|
|
<span><a href="/about.html">Gabc 2022</a></span>
|
|
|
|
|
|
</div>
|
|
</footer>
|
|
<!--<script src="/js/main2.js"></script>-->
|
|
|
|
|
|
</body>
|
|
</html>
|