Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
neauoire committed Dec 15, 2019
1 parent a4e5787 commit 7290ffd
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
4 changes: 2 additions & 2 deletions editor/links/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions editor/scripts/lib/theme.js
Expand Up @@ -11,12 +11,12 @@ function Theme (client) {
this.active = {}
this.default = {
background: '#eeeeee',
f_high: '#000000',
f_med: '#666666',
f_low: '#888888',
f_inv: '#000000',
b_high: '#cccccc',
b_med: '#dddddd',
f_high: '#0a0a0a',
f_med: '#4a4a4a',
f_low: '#6a6a6a',
f_inv: '#111111',
b_high: '#a1a1a1',
b_med: '#c1c1c1',
b_low: '#ffffff',
b_inv: '#ffb545'
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="editor/links/reset.css"/>
<link rel="stylesheet" type="text/css" href="editor/links/main.css"/>
<link rel="stylesheet" type="text/css" href="editor/links/theme.css"/>
<title>Theme Benchmark</title>
<title>Themes</title>
</head>
<body>
<div id='benchmark'>
Expand Down
14 changes: 14 additions & 0 deletions themes/forestlawn.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7290ffd

Please sign in to comment.