From f759c2c246366ca41c65d7b69277b71c23029f71 Mon Sep 17 00:00:00 2001 From: Niklas Date: Sat, 17 Sep 2022 15:50:19 +0200 Subject: [PATCH] Add color with alpha value 'draculaCurrentLineAlpha' --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index 79d92cb..a2aa4ff 100644 --- a/src/App.js +++ b/src/App.js @@ -10,6 +10,7 @@ const theme = createTheme({ // color names draculaBackground: '#282a36', draculaCurrentLine: '#44475a', + draculaCurrentLineAlpha: '#44475a66', draculaSelection: '#44475a', draculaForeground: '#f8f8f2', draculaComment: '#6272a4',