From 47a6178996d650034471972a66c0d0de346740b8 Mon Sep 17 00:00:00 2001 From: Islam Sharabash Date: Fri, 10 May 2024 09:54:37 -0700 Subject: [PATCH] Initial commit --- .gitignore | 1 + estilo.yml | 10 +++++ estilos/palettes/nour2.yml | 1 + estilos/syntax/base.yml | 82 ++++++++++++++++++++++++++++++++++++++ estilos/terminal.yml | 18 +++++++++ 5 files changed, 112 insertions(+) create mode 100644 .gitignore create mode 100644 estilo.yml create mode 100644 estilos/palettes/nour2.yml create mode 100644 estilos/syntax/base.yml create mode 100644 estilos/terminal.yml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..65e9a80 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bin/estilo diff --git a/estilo.yml b/estilo.yml new file mode 100644 index 0000000..cb92529 --- /dev/null +++ b/estilo.yml @@ -0,0 +1,10 @@ +name: 'nour2' +version: '1.0.0' +license: 'MIT' +author: 'Islam Sharabash' +url: 'https://github.com/ibash/nour2' +description: 'undefined' +colorschemes: +- name: 'nour2' + background: 'dark' + palette: 'nour2' diff --git a/estilos/palettes/nour2.yml b/estilos/palettes/nour2.yml new file mode 100644 index 0000000..b13d6ec --- /dev/null +++ b/estilos/palettes/nour2.yml @@ -0,0 +1 @@ +myblue: '#99ccff' \ No newline at end of file diff --git a/estilos/syntax/base.yml b/estilos/syntax/base.yml new file mode 100644 index 0000000..0a943ea --- /dev/null +++ b/estilos/syntax/base.yml @@ -0,0 +1,82 @@ +# BASE UI +ColorColumn: '' +Conceal: '' +Cursor: '' +CursorIM: '' +CursorColumn: '' +CursorLine: '' +CursorLineNr: '' +Directory: '' +DiffAdd: '' +DiffChange: '' +DiffDelete: '' +DiffText: '' +ErrorMsg: '' +VertSplit: '' +Folded: '' +FoldColumn: '' +SignColumn: '' +IncSearch: '' +LineNr: '' +MatchParen: '' +ModeMsg: '' +MoreMsg: '' +NonText: '' +Normal: '' +PMenu: '' +PMenuSel: '' +PmenuSbar: '' +PmenuThumb: '' +Question: '' +Search: '' +SpecialKey: '' +SpellBad: '' +SpellLocal: '' +SpellCap: '' +SpellRare: '' +StatusLine: '' +StatusLineNC: '' +TabLine: '' +TabLineFill: '' +TabLineSel: '' +Title: '' +Visual: '' +VisualNOS: '' +WarningMsg: '' +WildMenu: '' +# BASE SYNTAX +Comment: '' +Constant: '' +String: '' # Constant +Character: '' # Constant +Boolean: '' # Constant +Number: '' # Constant +Float: '' # Constant +Identifier: '' +Function: '' # Identifier +Statement: '' +Conditional: '' # Statement +Repeat: '' # Statement +Label: '' # Statement +Operator: '' # Statement +Keyword: '' # Statement +Exception: '' # Statement +PreProc: '' +Include: '' # PreProc +Define: '' # PreProc +Macro: '' # PreProc +PreCondit: '' # PreProc +Type: '' +StorageClass: '' # Type +Structure: '' # Type +Typedef: '' # Type +Special: '' +SpecialChar: '' # Special +Tag: '' # Special +Delimiter: '' # Special +SpecialComment: '' # Special +Debug: '' # Special +Underlined: '' +Ignore: '' +Error: '' +Todo: '' diff --git a/estilos/terminal.yml b/estilos/terminal.yml new file mode 100644 index 0000000..efd3201 --- /dev/null +++ b/estilos/terminal.yml @@ -0,0 +1,18 @@ +color_foreground: '' +color_background: '' +color_0: '' +color_1: '' +color_2: '' +color_3: '' +color_4: '' +color_5: '' +color_6: '' +color_7: '' +color_8: '' +color_9: '' +color_10: '' +color_11: '' +color_12: '' +color_13: '' +color_14: '' +color_15: ''