summaryrefslogtreecommitdiff
path: root/lua/spacegray/palette.lua
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2021-08-30 00:59:23 -0400
committerChristian Chiarulli <[email protected]>2021-08-30 00:59:23 -0400
commit0f458a04688d71d194fc104351f8cda5aff936af (patch)
treed95ebf0904c70584eb0576c91c5c74515e0ca4a5 /lua/spacegray/palette.lua
parent5ede0c906ab174678e39237fe55f24bc5ae99348 (diff)
onedarker colorscheme
Diffstat (limited to 'lua/spacegray/palette.lua')
-rw-r--r--lua/spacegray/palette.lua40
1 files changed, 0 insertions, 40 deletions
diff --git a/lua/spacegray/palette.lua b/lua/spacegray/palette.lua
deleted file mode 100644
index 924482fd..00000000
--- a/lua/spacegray/palette.lua
+++ /dev/null
@@ -1,40 +0,0 @@
-local colors = {
- fg = "#ABB2BF",
- bg = "#202020",
- alt_bg = "#262626",
- dark = "#222222",
- accent = "#AAAAAA",
- popup_back = "#2D2D30",
- search_orange = "#613214",
- search_blue = "#5e81ac",
- white = "#D8DEE9",
- gray = "#9BA1AB",
- light_gray = "#c8c9c1",
- blue = "#5f8ccd",
- dark_blue = "#223E55",
- light_blue = "#8dc0d5",
- green = "#83ba8b",
- cyan = "#4EC9B0",
- light_green = "#B5CEA8",
- red = "#D16969",
- orange = "#D1866B",
- light_red = "#CA535F",
- yellow = "#ECCC8E",
- yellow_orange = "#D7BA7D",
- purple = "#BF82B4",
- magenta = "#D16D9E",
- cursor_fg = "#515052",
- cursor_bg = "#AEAFAD",
- sign_add = "#587c0c",
- sign_change = "#0c7d9d",
- sign_delete = "#94151b",
- error_red = "#F44747",
- warning_orange = "#ff8800",
- info_yellow = "#FFCC66",
- hint_blue = "#4FC1FF",
- purple_test = "#ff007c",
- cyan_test = "#00dfff",
- ui_blue = "#264F78",
-}
-
-return colors