Skip to content

Commit

Permalink
updated logs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 19, 2024
1 parent 395484c commit 4c80e9f
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 1 deletion.
2 changes: 1 addition & 1 deletion builder.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Last updated
2024-09-18
2024-09-19
11 changes: 11 additions & 0 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,17 @@ <h2 class="col-6 tm-text-primary">
<span>Telegram-Desktop</span>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6 col-sm-6 col-12 mb-5">
<figure class="tm-video-item">
<img alt="Image" class="img-fluid" src="https://raw.githubusercontent.com/BlossomTheme/Windows-Terminal/main/screenshot01.png"/>
<figcaption class="d-flex align-items-center justify-content-center">
<a href="./windows-terminal.html">View more</a>
</figcaption>
</figure>
<div class="d-flex justify-content-between tm-text-gray">
<span>Windows-Terminal</span>
</div>
</div>

</div> <!-- row -->
<!-- <div class="row tm-mb-90">
Expand Down
176 changes: 176 additions & 0 deletions pages/windows-terminal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
<!DOCTYPE HTML>
<html>

<head>
<title>BlossomTheme</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="../assets/css/main.css" />
<link rel="icon" href="../images/flower-trans.png" type="image/icon type">
<noscript>
<link rel="stylesheet" href="../assets/css/noscript.css" />
</noscript>

<link rel="stylesheet" href="../assets/css/bootstrap.min.css">
<link rel="stylesheet" href="../assets/fontawesome/css/all.min.css">
<link rel="stylesheet" href="../assets/css/templatemo-style.css">
</head>

<body class="is-preload">

<!-- Header -->
<header id="header">
<a href="../index.html" class="title">BlossomTheme</a>
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="./projects.html">Projects</a></li>
<li><a href="#" class="active">Windows-Terminal</a></li>
</ul>
</nav>
</header>

<!-- Wrapper -->
<div id="wrapper">

<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">Windows-Terminal</h1>
<p>BlossomTheme for Windows Terminal</p>
<div>
<li class="mb-2"><a href="https://github.com/BlossomTheme/Windows-Terminal"><i class="fab fa-github"></i>
Github Repo</a></li>
</div>
<h2>Previews of the theme</h2>
<center>
<div id="images-go-here">

<img src="https://raw.githubusercontent.com/BlossomTheme/Windows-Terminal/main/screenshot01.png" width="75%"></div>

</center>

<br>
<br>
<h2>Installation</h2>
<ol>
<li>
<p>Open Windows Terminal and open Settings (ctrl + ,).</p>
</li>
<li>
<p>Click <code>Open JSON Settings</code> in the bottom left corner.</p>
</li>
<li>
<p>In the Windows Terminal <code>settings.json</code> file, locate the <code>schemes</code> section and insert the contents of <code>blossom.json</code>.
For example:</p>
</li>
</ol>
<p><code>json
"schemes": [
{
"name": "Blossom",
"background": "#10111B",
"foreground": "#FF058D",
"black": "#0C0C0C",
"blue": "#01C8FF",
"brightBlack": "#767676",
"brightBlue": "#0187FF",
"brightCyan": "#76FFF9",
"brightGreen": "#00FF7D",
"brightPurple": "#8700D9",
"brightRed": "#B80034",
"brightWhite": "#F2F2F2",
"brightYellow": "#FCDD42",
"cursorColor": "#FFFFFF",
"cyan": "#A0FEFF",
"green": "#55FF55",
"purple": "#A500FF",
"red": "#F70047",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#FFFF55"
}
]</code></p>
<ol>
<li>Activate : After defining the color scheme, enable it by adding a <code>colorScheme</code> value to the default profile in the <code>profiles</code> section.
Example:</li>
</ol>
<p><code>json
"profiles": {
"defaults": {
"colorScheme" : "Blossom"
}
}</code></p>
<ol>
<li>If the profiles are listed like this:</li>
</ol>
<p><code>json
"profiles": [
// list of profiles
]</code></p>
<p>Modify it to:</p>
<p><code>json
"profiles": {
"defaults": {
"colorScheme": "Blossom"
},
"list": [
// list of profiles
]
},</code></p>
<ol>
<li>Enjoy!</li>
</ol>
</div>
</section>

</div>


<!-- Scripts -->
<script src="../assets/js/jquery.min.js"></script>
<script src="../assets/js/jquery.scrollex.min.js"></script>
<script src="../assets/js/jquery.scrolly.min.js"></script>
<script src="../assets/js/browser.min.js"></script>
<script src="../assets/js/breakpoints.min.js"></script>
<script src="../assets/js/util.js"></script>
<script src="../assets/js/main.js"></script>

<div class="tm-bg-gray pt-5 pb-3 tm-text-gray" id="static-bg">
<div class="container-fluid tm-container-small">
<div class="row">
<div class="col-lg-6 col-md-12 col-12 px-5 mb-5">
<hr>
<h3 class="tm-text-primary mb-4">About BlossomTheme</h3>
<p>An open-source initiative based in Sri Lanka for curating vibrant color themes with accessibility in mind. Our palettes maintain a color contrast ratio of 5.06:1, ensuring readability without compromising aesthetics. Join us in blooming the world of design with thoughtfully crafted, inclusive color schemes.</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-12 px-5 mb-5">
<h3 class="tm-text-primary mb-4">Our Links</h3>
<ul class="tm-footer-links pl-0">
<li><a
href="https://github.com/BlossomTheme/BlossomTheme/blob/master/Contribute/CONTRIBUTING.md">Contribute</a>
</li>
<li><a href="https://blossomtheme.github.io">Our Organization</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-12 px-5 mb-5">
<ul class="tm-social-links d-flex justify-content-end pl-0 mb-5">
<li class="mb-2"><a href="https://youtube.com/@BlossomTheme"><i class="fab fa-youtube"></i></a>
</li>
<li class="mb-2"><a href="https://www.linkedin.com/company/blossomtheme/"><i
class="fab fa-linkedin"></i></a></li>
<li class="mb-2"><a href="https://github.com/BlossomTheme/"><i class="fab fa-github"></i></a>
</li>
<li class="mb-2"><a href="https://discord.gg/qmnuDGEKRc"><i class="fab fa-discord"></i></a></li>
</ul>
</div>
</div>
<div class="row">

</div>
</div>
</div>

</body>

</html>

0 comments on commit 4c80e9f

Please sign in to comment.