help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
chatgpt-web-interface
/
src
/
utils
RSK World
chatgpt-web-interface
ChatGPT Web Interface - GPT-3 + GPT-4 + ChatGPT + React + JavaScript + Web Interface
utils
  • markdownRenderer.js2.4 KB
  • theme.js1.3 KB
theme.js
src/utils/theme.js
Raw Download
Find: Go to:
/*
Project: ChatGPT Web Interface
Developer: Molla Samser
Email: help@rskworld.in
Phone: +91 93305 39277
Address: Nutanhat, Mongolkote, Purba Burdwan, West Bengal, India, 713147
Website: https://rskworld.in/
Year: 2026
*/

export const themes = {
  light: {
    '--primary-color': '#10a37f',
    '--primary-hover': '#0d8a6d',
    '--bg-color': '#ffffff',
    '--sidebar-bg': '#202123',
    '--sidebar-text': '#ececf1',
    '--sidebar-hover': '#343541',
    '--message-user-bg': '#10a37f',
    '--message-ai-bg': '#f7f7f8',
    '--message-text': '#353740',
    '--border-color': '#e5e5e6',
    '--input-bg': '#ffffff',
    '--code-bg': '#f6f6f6',
  },
  dark: {
    '--primary-color': '#19c37d',
    '--primary-hover': '#15a870',
    '--bg-color': '#343541',
    '--sidebar-bg': '#202123',
    '--sidebar-text': '#ececf1',
    '--sidebar-hover': '#2a2b32',
    '--message-user-bg': '#19c37d',
    '--message-ai-bg': '#444654',
    '--message-text': '#ececf1',
    '--border-color': '#565869',
    '--input-bg': '#40414f',
    '--code-bg': '#2d2d30',
  }
};

export const applyTheme = (theme) => {
  const root = document.documentElement;
  const themeVars = themes[theme] || themes.light;
  Object.keys(themeVars).forEach(key => {
    root.style.setProperty(key, themeVars[key]);
  });
};

50 lines•1.3 KB
javascript

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer