Skip to content

Commit

Permalink
Syndicate Theme Darker
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jan 19, 2024
1 parent b8230a7 commit 84fd079
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui-panel/styles/themes/syndicate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
$primary: #397439
);
@use '~tgui/styles/base.scss' with (
$color-bg: #550202,
$color-bg-section: #330101,
$color-bg: #4d0202,
$color-bg-section: #2b0101,
$color-bg-grad-spread: 0%
);

Expand Down
4 changes: 2 additions & 2 deletions tgui/packages/tgui-panel/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const COLOR_NTOS_BG_DARKER = '#121922';
const COLOR_NTOS_BUTTON = '#384e68';
const COLOR_NTOS_TEXT = '#b8cbe6';

const COLOR_SYNDICATE_BG = '#550202';
const COLOR_SYNDICATE_BG_DARKER = '#330101';
const COLOR_SYNDICATE_BG = '#4d0202';
const COLOR_SYNDICATE_BG_DARKER = '#2b0101';
const COLOR_SYNDICATE_BUTTON = '#397439';
const COLOR_SYNDICATE_TEXT = '#ffffff';

Expand Down
2 changes: 1 addition & 1 deletion tgui/public/tgui-panel.bundle.css

Large diffs are not rendered by default.

0 comments on commit 84fd079

Please sign in to comment.