# Psychological Effects of Styles and Colors in Contents

## Psychological Effects of Styles and Colors in Contents

![](https://i.imgur.com/6aPx36k.png)

### Usage of text styles

* *italic*; should be used for less important data, cognitive load is low
* **bold**; used to highlight important parts and attract attention, cognitive load is high
* `code`; used for formulas and codes
* ~~strikethrough~~; used for correcting mistakes
* “Quotes” should be preferred for words we are not sure of
* Underlined; generally used with **bold** for the most important texts

## Header; used for grouping and headers

### Psychological effects of colors

* red; used in important, desired and high danger situations, cognitive load is high
  * Suitable for topics such as Error, love
* blue; preferred for information, trust and tranquility, cognitive load is very low
  * Suitable for topics such as Information, science
* green; used in growth, health, environment, balance, idea presentation situations, cognitive load is normal
  * growth, ecosystem, nature, health, conversation
* yellow; used to attract attention, worry, express, cognitive load is high
* purple; medium cognitive load in creativity, mystery, lux, premium, arrogance content
* orange; social interactions, medium cognitive load
* pink; soothing and emotional content, low cognitive load
* gray; background texts, additional information that should not stand out, less important things
* white; default, plain texts, used for margins and gaps, least cognitive load
* brown; used for traditional topics, storytelling elements, low load

### Use of colors in software

* red - throw, exception, error
  * Intense attention
* blue - constant, static, fixed
  * Reliability and the feeling that it will not change
* green - ? string
* purple - if, else, import
  * Special and reserved words
* orange - functions, class
  * Social interaction, groupings
* pink - Not preferred much
* grey - comments, //, /\*\*
  * Unnecessary and should not stand out too much
* white - Main part of the code is in this color, default color
* brown - deprecated or embedded packages

### Use of colors and emojis in tagging

* 🌱 mindset, 🏢 enterpreneur
* 🥗 health
* 👫 relationship, 📈 efficiency
* 🗣️ communication
* 💞 feeling
* 🔮 insight, 💎 fav

![](https://i.imgur.com/8fSaHps.png)

### Suggestions

* If you've come this far in the text and if you're also developing software on VS Code, I recommend you check out my theme, all these techniques are used

{% embed url="<https://marketplace.visualstudio.com/manage/publishers/yemreak>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yemreak.com/arsiv/kisisel-gelisim/psychological-effects-of-styles-and-colors-in-contents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
