From b87847672fdde717e6bd960ce0acfe3c1d97ee86 Mon Sep 17 00:00:00 2001 From: Deepankar Chakroborty Date: Fri, 23 Jun 2023 10:39:18 -0700 Subject: [PATCH] minor mods --- .gitignore | 1 + base.yml | 4 ++-- themes/monokaiSoda2.yml | 28 ++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 themes/monokaiSoda2.yml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/base.yml b/base.yml index b5a2582..fe925aa 100644 --- a/base.yml +++ b/base.yml @@ -52,7 +52,7 @@ font: # family: 'Iosevka Nerd Font Mono' style: Italic - size: 14.0 + size: 16.0 # Thin strokes = true on retina displays, Non-retina disp = false AppleFontSmoothing: true @@ -91,7 +91,7 @@ debug: print_events: false ref_test: false -alt_send_esc: false +window.option_as_alt: false key_bindings: # - { key: T, mods: Command, command: { program: "open", args: ["-n", "/Applications/Alacritty.app"] } } diff --git a/themes/monokaiSoda2.yml b/themes/monokaiSoda2.yml new file mode 100644 index 0000000..2b7f8d8 --- /dev/null +++ b/themes/monokaiSoda2.yml @@ -0,0 +1,28 @@ +# Colors (Monokai Soda) +colors: + # Default colors + primary: + background: '#1a1a1a' + foreground: '#fafafa' + + # Normal colors + normal: + black: '#1a1a1a' + red: '#f4005f' + green: '#98e024' + yellow: '#fa8419' + blue: '#9d65ff' + magenta: '#f4005f' + cyan: '#58d1eb' + white: '#fafafa' + + # Bright colors + bright: + black: '#625e4c' + red: '#f4005f' + green: '#98e024' + yellow: '#e0d561' + blue: '#9d65ff' + magenta: '#f4005f' + cyan: '#58d1eb' + white: '#ffffff'