Skip to content

Commit

Permalink
Added 'Catppuccin' Colorscheme
Browse files Browse the repository at this point in the history
Added Catppuccin Theme, Mocha (Dark Mode) and Latte (Light Mode).
  • Loading branch information
L Lawliet authored Jan 21, 2024
1 parent 2799e88 commit 287ed3e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/settings/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,36 @@ export const DEFAULT_SD_OPTIONS: SMILES_DRAWER_OPTIONS = {
H: '#bdae93',
BACKGROUND: '#282828',
},
'catppuccin-dark': {
C: '#cdd6f4',
O: '#f38ba8',
N: '#89b4fa',
F: '#f9e2af',
CL: '#cba6f7',
BR: '#a6e3a1',
I: '#b4befe',
P: '#fab387',
S: '#f5e0dc',
B: '#eba0ac',
SI: '#89dceb',
H: '#94e2d5',
BACKGROUND: '#1e1e2e',
},
'catppuccin-light': {
C: '#4c4f69',
O: '#d20f39',
N: '#1e66f5',
F: '#df8e1d',
CL: '#8839ef',
BR: '#40a02b',
I: '#7287fd',
P: '#fe640b',
S: '#dc8a78',
B: '#e64553',
SI: '#04a5e5',
H: '#179299',
BACKGROUND: '#eff1f5',
},
custom: {
C: '#222',
O: '#e74c3c',
Expand Down Expand Up @@ -320,4 +350,6 @@ export const themeList = {
cyberpunk: 'Cyberpunk',
gruvbox: 'Gruvbox',
'gruvbox-dark': 'Gruvbox Dark',
'catppuccin-light': 'Catppuccin Latte',
'catppuccin-dark': 'Catppuccin Mocha',
};

0 comments on commit 287ed3e

Please sign in to comment.