Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 24 commits into from
Apr 28, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions themes/90210/README.md
Original file line number Diff line number Diff line change
@@ -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 cues about the status of the source control repository and organize information effectively within the terminal prompt.
JoseMRT2004 marked this conversation as resolved.
Show resolved Hide resolved
5 changes: 5 additions & 0 deletions themes/axin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Axi-Dark
akinomyoga marked this conversation as resolved.
Show resolved Hide resolved

![Theme Axi-Dark](axin-dark.png)
JoseMRT2004 marked this conversation as resolved.
Show resolved Hide resolved

Axin Bash Prompt, inspired by theme "Sexy" and "Bobby"
10 changes: 10 additions & 0 deletions themes/bakke/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Bakke-Dark

![theme Bakke-Dark](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.
JoseMRT2004 marked this conversation as resolved.
Show resolved Hide resolved
17 changes: 17 additions & 0 deletions themes/binaryanomaly/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Binaryanomaly
JoseMRT2004 marked this conversation as resolved.
Show resolved Hide resolved

![Binaryanomaly Dark 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 changes: 26 additions & 0 deletions themes/bobby/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Bobby-dark

![theme Bobby-dark](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.
Loading