Skip to content

Commit c710a49

Browse files
committed
Update color
1 parent f195d62 commit c710a49

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

syntaxes/cobalt2.tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<!-- <key>foreground</key>
165165
<string>#CCCCCC</string> -->
166166
<!-- <key>background</key>
167-
<string>#0d3a58</string> -->
167+
<string>#0d314b</string> -->
168168
</dict>
169169
</dict>
170170
<dict>

themes/doingstuff-zola/sass/doingstuff/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $code-fence-font-size: .8rem;
4747
//$code-color: #bf616a;
4848
$code-background-color: #f3f3f3;
4949
//$code-fence-background-color: #f3f3f3;
50-
$code-fence-background-color: #0d3a58;
50+
$code-fence-background-color: #0d314b;
5151
$code-line-height: 1.5;
5252

5353
// links
@@ -91,7 +91,7 @@ $toc-link-color: #0e73ba;
9191
$toc-font-size: .9rem;
9292

9393
// topbar
94-
$topbar-color: #0d3a58;
94+
$topbar-color: #0d314b;
9595
$topbar-title-font-size: 1.5rem;
9696
$topbar-links-font-size: 1rem;
9797
$topbar-height: 2.5rem;

themes/doingstuff-zola/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
66
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
77
<meta content="width=device-width, initial-scale=1.0, maximum-scale=5" name="viewport"/>
8-
<meta name="theme-color" content="#0d3a58"/>
8+
<meta name="theme-color" content="#0d314b"/>
99
<title>
1010
{% block title %}
1111
{{ config.title }}

0 commit comments

Comments
 (0)