themes/90210..bobby: Add README.md (#559)

Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
This commit is contained in:
José M. Taveras 2024-04-28 00:11:57 -04:00 committed by GitHub
parent f354eb1734
commit 0ec9c0ca4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 74 additions and 0 deletions

14
themes/90210/README.md Normal file
View File

@ -0,0 +1,14 @@
# 90210 💜
![theme 90210](90210-dark.png)
- **Brown**: Used to indicate a dirty state in source control management (SCM) and Git prompts.
- **Bold Green**: Signifies a clean state in SCM and Git prompts.
- **Green**: Used as a prefix and suffix in SCM and Git prompts.
- **Bold Gray**: Forms the main structure of the prompt, displaying time, user, host, and current working directory.
- **Navy**: Represents the time in the prompt.
- **Green (again)**: Denotes the user and host in the prompt.
- **Olive**: Marks the separation between the username and hostname.
- **Purple**: Indicates the current working directory in the prompt.
These colors help provide visual clues about the status of the source control repository and organize information effectively within the terminal prompt.

5
themes/axin/README.md Normal file
View File

@ -0,0 +1,5 @@
# Axin
![Theme Axin](axin-dark.png)
Axin Bash Prompt, inspired by theme "Sexy" and "Bobby"

11
themes/bakke/README.md Normal file
View File

@ -0,0 +1,11 @@
# Bakke
![theme Bakke](bakke-dark.png)
- **Version Control State Indicators:** It uses brown to indicate a dirty state and bold green for a clean state in version control-related prompts such as Git.
- **Prompt Prefix and Suffix:** It uses green as a prefix and suffix in version control-related prompts.
- **Virtual Environments:** It displays information about Python virtual environments, such as virtualenv and condaenv, in parentheses and with specific colors.
- **Main Prompt Structure:** It uses bold gray to form the main structure of the prompt, which includes the username, host, and current working directory.
- **Additional Features:** It allows displaying additional information, such as the Ruby environment if present, and the use of RVM.
Overall, this theme offers a pleasant and functional user experience when working in the terminal, with a focus on clarity and relevant information for the user.

View File

@ -0,0 +1,18 @@
# Binary Anomaly
![Binaryanomaly Theme](binaryanomaly-dark.png)
- **Reboot Required Detection:**
- If a system reboot is required, a warning message will be displayed in bright yellow, indicating "Reboot required!".
- **Color Assignment:**
- The color of the hostname changes based on the connection:
- Lime green for remote sessions via SSH.
- Light orange for local sessions.
- The color of the username changes based on the user's status:
- Brown for root users.
- Teal green for regular users.
- **Version Control Information:**
- Git-related prompts display a dirty or clean state indicator:
- Brown for dirty state.
- Bold green for clean state.
- The prefix and suffix of the version control are in light gray to highlight this information clearly in the prompt.

26
themes/bobby/README.md Normal file
View File

@ -0,0 +1,26 @@
# Bobby
![theme Bobby](bobby-dark.png)
## Styles and Colors
This repository presents a custom Bash prompt configuration utilizing various styles and colors to enhance the visual appearance and usability of the terminal.
## Color Assignments
- **Brown**: Used to indicate a dirty state in source control management (SCM) and Git prompts.
- **Bold Green**: Signifies a clean state in SCM and Git prompts.
- **Green**: Used as a prefix and suffix in SCM and Git prompts.
- **Olive**: Represents the current working directory in the prompt.
- **Purple**: Denotes the hostname in the prompt.
- **Teal**: Used to display version control information in SCM prompts.
- **Light Gray**: Forms the main structure of the prompt, displaying time, user, host, and current working directory.
- **Bright Yellow**: Indicates a warning message, such as a required system reboot.
## Styles and Functions
- **SCM Themes**: Customized themes for source control management (SCM) prompts, displaying indicators for dirty and clean states.
- **Clock Display**: Incorporates a clock function to show the current time in the prompt, with the option to display a clock character.
- **Battery Status**: Includes a battery function to show battery status in the prompt.
Feel free to customize the color assignments and styles according to your preferences by modifying the relevant sections in the Bash prompt configuration file. Adjust the colors, prompt structure, and additional functions to suit your needs.