Theme for VSCode and JetBrains IDEs, based on morhetz/gruvbox but with a plainer color palette for syntax highlighting.

Related tags

App gruvbox-plain
Overview

logo

gruvbox-plain

Theme for VSCode and JetBrains IDEs, based on morhetz/gruvbox but with a plainer color palette for syntax highlighting.

Syntax Colors

gruvbox-plain uses a limited subset of the gruvbox dark mode color palette for syntax highlighting. The below table shows the general usage of the different colors.

Hex Color Usage
#ebdbb2 Variables, properties, plain text
#fe8019 Keywords, operators
#fabd2f Types, classes, components, tags
#b8bb26 Functions, methods
#8ec07c Values, language constants
#a89984 Punctuation
#928374 Comments, documentation

For edge cases in languages where these may not apply, the color deemed most appropriate has been chosen. This can always be overridden under editor.tokenColorCustomizations in VSCode's settings.json, or Preferences -> Editor -> Color Scheme in JetBrains IDEs.

Credits

You might also like...
Jetbrains advent of code 2021 in kotlin

jetbrains-advent-of-code-2021-in-kotlin Welcome to the Advent of Code1 Kotlin project created by matvs using the Advent of Code Kotlin Template delive

Social media app but with new features like translate messages and posts , support video & images as posts  , chat and  notifications , etc...
Social media app but with new features like translate messages and posts , support video & images as posts , chat and notifications , etc...

social-media-app Social media app but with new features like translate messages and posts , support video & images as posts , chat and notifications ,

A blogging mobile application built with Kotlin using MVC design pattern and Take some advantage of Jetpack , View & Data Binding It's a mimic for Tumblr application , But a little prettier than him ๐Ÿ˜‰
A blogging mobile application built with Kotlin using MVC design pattern and Take some advantage of Jetpack , View & Data Binding It's a mimic for Tumblr application , But a little prettier than him ๐Ÿ˜‰

A blogging mobile application built with Kotlin using MVC design pattern and Take some advantage of Jetpack , View & Data Binding It's a mimic for Tum

A minimalist but powerful productivity timer designed to keep you focused and free of distractions.
A minimalist but powerful productivity timer designed to keep you focused and free of distractions.

Goodtime A minimalist but powerful productivity timer designed to keep you focused and free of distractions. Alternate between focused work sessions a

A work-in-progress quiz app I started developing for a client but got paused.
A work-in-progress quiz app I started developing for a client but got paused.

quiz-app A work-in-progress quiz app I started developing for a client but got paused. Background This app was intended to be a trivia app where users

Yet another ToDo app, but the UI completely written in Jetpack Compose!
Yet another ToDo app, but the UI completely written in Jetpack Compose!

Yet another ToDo app, but the UI completely written in Jetpack Compose!

akka-samples-peristence-java by Lightbend, but using Kotlin.

This example illustrates event sourcing with Akka Persistence. it is based (okay, stolen from) the generated sample project akka-samples-peristence-ja

QuatroGrade is a beautiful multi color (4 corners) gradient.
QuatroGrade is a beautiful multi color (4 corners) gradient.

| | Setup Guide | Report new issue QuatroGrade QuatroGrade is a beautiful multi color gradient. Basically, it is a 4 vertex gradient. Features: Multi

An app to detect color palettes in the real world - powered by VisionCamera
An app to detect color palettes in the real world - powered by VisionCamera

Colorwaver An app to detect colorwaves (swatches/palettes) in the real world - powered by VisionCamera and Reanimated. I wrote this app in less than a

Owner
null
GitHub IntelliJ IDEs theme pack

GitHub-theme-pack Template ToDo list Create a new IntelliJ Platform Plugin Template project. Get familiar with the template documentation. Verify the

Alexey Ivanov 0 Nov 22, 2021
Utility Android app for generating color palettes of images using the Palette library. Written in Kotlin.

Palette Helper is a simple utility app made to generate color palettes of images using Google's fantastic Palette library. It's mostly a for-fun pet p

Zac Sweers 154 Nov 18, 2022
Utility Android app for generating color palettes of images using the Palette library. Written in Kotlin.

Palette Helper is a simple utility app made to generate color palettes of images using Google's fantastic Palette library. It's mostly a for-fun pet p

Zac Sweers 154 Nov 18, 2022
Kotlin-basic-calculator - Basic calculator to understand syntax and the methods of Kotlin

KotlinBasicCalculator I always love to create a calculater for understand the sy

Onur Serbes 1 Mar 8, 2022
Hanyang-ktheme-android - Kakaotalk theme with Ha-nyang and other characters from Hanyang University

ํ•œ์–‘๋Œ€ ERICA ์นด์นด์˜คํ†ก ํ…Œ๋งˆ ํ•œ์–‘๋Œ€ ERICA์˜ ์บ๋ฆญํ„ฐ(ํ•˜๋ƒฅ์ด/ํ•˜์ด๋น„๋น„)๋ฅผ ์‚ฌ์šฉํ•œ ์นด์นด์˜คํ†ก ํ…Œ๋งˆ์˜ Android ๋ฒ„์ „์ž…๋‹ˆ๋‹ค. ์บ๋ฆญํ„ฐ์˜ ์ €์ž‘๊ถŒ์€ ํ•œ์–‘๋Œ€ ERICA์— ์žˆ์Šต๋‹ˆ๋‹ค. ์ •๋ณด ์›์ €์ž‘์ž : ํ•œ์–‘๋Œ€ ERICA ๋Œ€์™ธํ˜‘๋ ฅํŒ€ ์ž‘์—…์ž : ์ด์ •์ธ (์ปดํ“จํ„ฐ์ „๊ณต 17) ์นด์นด์˜คํ†ก

Jeongin Lee 0 Jan 5, 2022
Link previews between JetBrains Space and Slack

slack-unfurls This is the application for providing link previews between Slack and Space in both directions. It provides link previews for Slack mess

JetBrains 5 Sep 8, 2022
A Multiplatform Compose Theme for your Compose app

A Multiplatform Compose Theme for your Compose app

theapache64 45 Oct 5, 2022
Material Design 3 Theme Engine for Android

A Material Design 3 Theme Engine for Android This library allows you to set Material 3 themes to your app. You can also manage dark mode and dynamic c

Prathamesh More 26 Dec 8, 2022
Advent of code 2021 (unofficial) in Kotlin for Educational Plugin on Jetbrains IntelliJ IDE.

Kotlin Advent of Code 2021 (unofficial) DISCLAIMER: I am not affiliated with the official Advent of code event or website. To open this course, you ne

null 1 Dec 10, 2021
Advent of Code in Kotlin. Jetbrains challenge.

aoc-kotlin-2021 Welcome to the Advent of Code1 Kotlin project created by xreaper95 using the Advent of Code Kotlin Template delivered by JetBrains. In

Luis Ernesto Del Toro Peรฑa 9 Mar 1, 2022