From 690f433afadae1ff0bd8430fda45566a1dda429b Mon Sep 17 00:00:00 2001 From: woojiq Date: Wed, 4 Jan 2023 12:35:53 +0200 Subject: [PATCH] themes: add Onedark --- themes/onedark | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 themes/onedark diff --git a/themes/onedark b/themes/onedark new file mode 100644 index 00000000..77dac398 --- /dev/null +++ b/themes/onedark @@ -0,0 +1,26 @@ +# -*- conf -*- + +[cursor] +color=111111 cccccc + +[colors] +foreground=979eab +background=282c34 +regular0=282c34 +regular1=e06c75 +regular2=98c379 +regular3=e5c07b +regular4=61afef +regular5=be5046 +regular6=56b6c2 +regular7=979eab +bright0=393e48 +bright1=d19a66 +bright2=56b6c2 +bright3=e5c07b +bright4=61afef +bright5=be5046 +bright6=56b6c2 +bright7=abb2bf +selection-foreground=282c34 +selection-background=979eab