Add base16-ocean-dark
This commit is contained in:
parent
d45763d736
commit
027c7bb03f
2 changed files with 21 additions and 1 deletions
20
css/themes/base16-ocean-dark.css
Normal file
20
css/themes/base16-ocean-dark.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
@import "base16-default.css";
|
||||
|
||||
:root {
|
||||
--base00: #2b303b;
|
||||
--base01: #343d46;
|
||||
--base02: #4f5b66;
|
||||
--base03: #65737e;
|
||||
--base04: #a7adba;
|
||||
--base05: #c0c5ce;
|
||||
--base06: #dfe1e8;
|
||||
--base07: #eff1f5;
|
||||
--base08: #bf616a;
|
||||
--base09: #d08770;
|
||||
--base0A: #ebcb8b;
|
||||
--base0B: #a3be8c;
|
||||
--base0C: #96b5b4;
|
||||
--base0D: #8fa1b3;
|
||||
--base0E: #b48ead;
|
||||
--base0F: #ab7967;
|
||||
}
|
|
@ -28,7 +28,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||
};
|
||||
|
||||
$scope.command = '';
|
||||
$scope.themes = ['dark', 'light', 'black', 'dark-spacious', 'blue', 'base16-default', 'base16-light', 'base16-mocha', 'base16-solarized-dark', 'base16-solarized-light'];
|
||||
$scope.themes = ['dark', 'light', 'black', 'dark-spacious', 'blue', 'base16-default', 'base16-light', 'base16-mocha', 'base16-ocean-dark', 'base16-solarized-dark', 'base16-solarized-light'];
|
||||
|
||||
// Initialise all our settings, this needs to include all settings
|
||||
// or else they won't be saved to the localStorage.
|
||||
|
|
Loading…
Reference in a new issue