mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-19 11:12:45 +01:00
Merge branch 'master' of https://github.com/BorysLevytskyi/BitwiseCmd
This commit is contained in:
@@ -7,7 +7,7 @@ code { font-size: 1.2em; font-weight: bold; }
|
||||
.header-cmd { color: #c5c5c5 }
|
||||
|
||||
.mono { font-family: monospace; font-size: 1.3em }
|
||||
.expressionInput { width: 500px; padding: 3px; border: solid 1px lightgray; }
|
||||
.expressionInput { width: 500px; padding: 3px; border: none; outline: none; }
|
||||
|
||||
.result { margin: 10px 10px 30px; }
|
||||
.result .input { margin-bottom: 10px; }
|
||||
@@ -52,6 +52,7 @@ code { font-size: 1.2em; font-weight: bold; }
|
||||
.light .one { color: black; }
|
||||
.light .zero { color: #888; }
|
||||
.light .indicator { color: #ddd; }
|
||||
.light .expressionInput { background: #ddd;}
|
||||
.light .on { color: #121212; }
|
||||
.light .prefix { color: #888}
|
||||
.light .other { color: #bbb }
|
||||
@@ -63,7 +64,7 @@ code { font-size: 1.2em; font-weight: bold; }
|
||||
/* Dark */
|
||||
.dark { background: #121212; color: white;}
|
||||
.dark .expression { color: white;}
|
||||
.dark .expressionInput { background: #121212; color: white; }
|
||||
.dark .expressionInput { color: white; background: #555; }
|
||||
.dark a, .dark a:visited { color: white; }
|
||||
.dark .indicator { color: #555; }
|
||||
.dark .on { color: white; }
|
||||
@@ -81,7 +82,7 @@ code { font-size: 1.2em; font-weight: bold; }
|
||||
.midnight .header-cmd { color: #85a0ad }
|
||||
.midnight { background: #2c3e50; color: white }
|
||||
.midnight .expression { color: white;}
|
||||
.midnight .expressionInput { background: #2c3e50; color: white; border-color: #85a0ad }
|
||||
.midnight .expressionInput { background: #85a0ad; color: white;}
|
||||
.midnight a, .dark a:visited { color: white; }
|
||||
.midnight .indicator { color: #85a0ad; }
|
||||
.midnight .on { color: white; }
|
||||
|
||||
@@ -24,9 +24,9 @@ function HelpResultView() {
|
||||
<div className="section">
|
||||
<strong className="section-title soft">Color Theme Commands</strong>
|
||||
<ul>
|
||||
<li><code><CommandLink text="light" /></code> — set Light theme</li>
|
||||
<li><code><CommandLink text="dark" /></code> — set Dark theme</li>
|
||||
<li><code><CommandLink text="midnight" /></code> — set Midnight theme</li>
|
||||
<li><code><CommandLink text="light" /></code> — set Light color theme</li>
|
||||
<li><code><CommandLink text="dark" /></code> — set Dark color theme</li>
|
||||
<li><code><CommandLink text="midnight" /></code> — set Midnight color theme</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="section">
|
||||
|
||||
Reference in New Issue
Block a user