Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ibash committed May 10, 2024
0 parents commit 47a6178
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin/estilo
10 changes: 10 additions & 0 deletions estilo.yml
Original file line number Diff line number Diff line change
@@ -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'
1 change: 1 addition & 0 deletions estilos/palettes/nour2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
myblue: '#99ccff'
82 changes: 82 additions & 0 deletions estilos/syntax/base.yml
Original file line number Diff line number Diff line change
@@ -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: ''
18 changes: 18 additions & 0 deletions estilos/terminal.yml
Original file line number Diff line number Diff line change
@@ -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: ''

0 comments on commit 47a6178

Please sign in to comment.