Overview Version History Q & A Rating & Review
Vague for Windsurf
A cool, dark, low contrast colorscheme for Windsurf. Pastel yet vivid, like a fleeting memory...
About
Vague is a carefully crafted dark theme designed for developers who appreciate subtle elegance. With its low contrast pastel palette, it reduces eye strain while maintaining excellent readability and syntax highlighting.
Installation
From VSIX (Recommended)
Download the latest .vsix file from Releases
In Windsurf, go to Extensions view (Cmd+Shift+X / Ctrl+Shift+X)
Click the ... menu and select Install from VSIX
Select the downloaded .vsix file
The theme will be installed and ready to use
From Source
Clone this repository:
git clone https://github.com/vague-theme/vague-windsurf.git
Copy the themes/vague-color-theme.json file to your Windsurf extensions folder:
macOS : ~/.windsurf/extensions/
Windows : %USERPROFILE%\.windsurf\extensions\
Linux : ~/.windsurf/extensions/
Create a folder named vague-theme.vague-windsurf-<version> and place the theme files inside
Activation
Open the Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
Type Color Theme and select Preferences: Color Theme
Select Vague from the list
Or set it directly in your settings.json:
{
"workbench.colorTheme": "Vague"
}
Color Palette
Color
Hex
Usage
Background
#141415
Editor background
Foreground
#cdcdcd
Primary text
Comment
#606079
Comments
Keyword
#6e94b2
Keywords, control flow
Function
#c48282
Function names
String
#e8b589
Strings
Number
#e0a363
Numbers, constants
Type
#9bb4bc
Types, classes
Property
#c3c3d5
Object properties
Parameter
#bb9dbd
Function parameters
Builtin
#b4d4cf
Built-in functions
Constant
#aeaed1
Constants
Operator
#90a0b5
Operators
Error
#d8647e
Errors
Warning
#f3be7c
Warnings
Hint
#7e98e8
Hints, info
Success
#7fa563
Success states
Visual
#333738
Selection background
Line
#252530
Active line, borders
Inactive
#1c1c24
Inactive elements
Screenshots
Coming soon
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Thanks to contributors
License
MIT License - see LICENSE file for details.
Made with 💜 by the Vague Theme Team