diff --git a/standard/README.md b/standard/README.md index 126a020..e9118f3 100644 --- a/standard/README.md +++ b/standard/README.md @@ -120,5 +120,6 @@ The [Winter Holiday Theme](https://twitter.com/warpdotdev/status/147415955096184 |**[Tokyo Night Storm](tokyo_night_storm.yaml)**:|| |**[Tomorrow Night](tomorrow_night.yaml)**:|| |**[Tomorrow Night Bright](tomorrow_night_bright.yaml)**:|| +|**[Vuesion](vuesion.yaml)**:|| |**[Wombat](wombat.yaml)**:|| |**[Xterm](xterm.yaml)**:|| \ No newline at end of file diff --git a/standard/previews/vuesion.yaml.svg b/standard/previews/vuesion.yaml.svg new file mode 100644 index 0000000..a794cd6 --- /dev/null +++ b/standard/previews/vuesion.yaml.svg @@ -0,0 +1,90 @@ + + + + +ls + +dir + + +executable + + +file + + + + +bash ~/colors.sh + +normal: + + +black + + +red + + +green + + +yellow + + +blue + + +magenta + + +cyan + + +white + + +bright: + + +black + + +red + + +green + + +yellow + + +blue + + +magenta + + +cyan + + +white + + + + + +~/project + + +git( + + + main + + + ) + + + + diff --git a/standard/vuesion.yaml b/standard/vuesion.yaml new file mode 100644 index 0000000..99f2d05 --- /dev/null +++ b/standard/vuesion.yaml @@ -0,0 +1,24 @@ +# Colors from Vuesion IDEA theme https://plugins.jetbrains.com/plugin/12226-vuesion-theme +accent: '#4A9BFD' +background: '#202831' +details: darker +foreground: '#FFFFFF' +terminal_colors: + bright: + black: '#282828' + blue: '#8DC3F9' + cyan: '#33CCCC' + green: '#3D8BEB' + magenta: '#33CCCC' + red: '#E84606' + white: '#FFFFFF' + yellow: '#F43B6C' + normal: + black: '#282828' + blue: '#8DC3F9' + cyan: '#33CCCC' + green: '#3D8BEB' + magenta: '#33CCCC' + red: '#E84606' + white: '#FFFFFF' + yellow: '#F43B6C'