mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-11-16 16:48:28 +01:00
Merge pull request #200 from pgosar/master
add colors for spirv and wgsl shaders
This commit is contained in:
commit
7d06cdb4a2
3 changed files with 7 additions and 3 deletions
|
@ -615,7 +615,11 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # core
|
|||
.dwg 38;5;216 # 3D printing
|
||||
.ply 38;5;216 # 3D printing
|
||||
.wrl 38;5;216 # 3D printing
|
||||
|
||||
.vert 38;5;136 # SPIR-V shaders
|
||||
.comp 38;5;136 # SPIR-V shaders
|
||||
.frag 38;5;136 # SPIR-V shaders
|
||||
.spv 38;5;217 # SPIR-V compiled shaders
|
||||
.wgsl 38;5;97 # WGSL shaders
|
||||
|
||||
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||
# unknown / weirdos
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue