"============================================================================= " onedark.vim --- onedark theme for SpaceVim " Copyright (c) 2016-2023 Wang Shidong & Contributors " Author: Wang Shidong < wsdjeg@outlook.com > " URL: https://spacevim.org " License: GPLv3 "============================================================================= " fg,bg, cbg,cfg function! SpaceVim#mapping#guide#theme#onedark#palette() abort return [ \ ['#282C34', '#98C379', 114, 235], \ ['#ABB2BF', '#3E4452', 236, 144], \ ['#ABB2BF', '#3B4048', 238, 144], \ ['#5C6370', 59], \ ['#282c34', '#00af87', 235, 36], \ ['#282c34', '#ff8700', 235, 208], \ ['#282c34', '#af5f5f', 235, 131], \ ['#282828', '#689d6a', 235, 72], \ ['#282828', '#8f3f71', 235, 132], \ ] endfunction