diff --git a/css/themes/base16-ocean-dark.css b/css/themes/base16-ocean-dark.css new file mode 100644 index 0000000..7f1647f --- /dev/null +++ b/css/themes/base16-ocean-dark.css @@ -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; +} diff --git a/js/glowingbear.js b/js/glowingbear.js index e545fd4..1f75f63 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -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.